diff options
| author | Michael Haubenwallner <haubi@gentoo.org> | 2020-02-24 13:07:09 +0100 |
|---|---|---|
| committer | Michael Haubenwallner <haubi@gentoo.org> | 2020-02-24 13:08:53 +0100 |
| commit | 550997149c5a78639ed00e439534ba9ab3b6daaa (patch) | |
| tree | bab29ab5354557101234454b0c5ddba2148564c5 /dev-db/oracle-instantclient/oracle-instantclient-19.5.0.0.ebuild | |
| parent | 2e57e43d4ba62da96d59f605afa0d45c09deceeb (diff) | |
| download | gentoo-550997149c5a78639ed00e439534ba9ab3b6daaa.tar.gz gentoo-550997149c5a78639ed00e439534ba9ab3b6daaa.tar.bz2 gentoo-550997149c5a78639ed00e439534ba9ab3b6daaa.zip | |
dev-db/oracle-instantclient: v19.5.0.0: re-add x86
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
Diffstat (limited to 'dev-db/oracle-instantclient/oracle-instantclient-19.5.0.0.ebuild')
| -rw-r--r-- | dev-db/oracle-instantclient/oracle-instantclient-19.5.0.0.ebuild | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/dev-db/oracle-instantclient/oracle-instantclient-19.5.0.0.ebuild b/dev-db/oracle-instantclient/oracle-instantclient-19.5.0.0.ebuild index cff6ed819326..0f68715cbcab 100644 --- a/dev-db/oracle-instantclient/oracle-instantclient-19.5.0.0.ebuild +++ b/dev-db/oracle-instantclient/oracle-instantclient-19.5.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -48,6 +48,16 @@ then fi SRC_URI=" + abi_x86_32? ( + ${MY_A_x86} + jdbc? ( ${MY_A_x86_jdbc} ) + odbc? ( ${MY_A_x86_odbc} ) + precomp? ( ${MY_A_x86_precomp} ) + !abi_x86_64? ( + sdk? ( ${MY_A_x86_sdk} ) + sqlplus? ( ${MY_A_x86_sqlplus} ) + tools? ( ${MY_A_x86_tools} ) + ) ) abi_x86_64? ( ${MY_A_amd64} jdbc? ( ${MY_A_amd64_jdbc} ) @@ -61,7 +71,7 @@ SRC_URI=" LICENSE="OTN" SLOT="0/${MY_SOVER}" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" RESTRICT="fetch splitdebug" DEPEND="app-arch/unzip" |
