diff options
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" |
