diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2012-03-07 15:33:54 +0000 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2012-03-07 15:33:54 +0000 |
commit | 7e556205bcad4a4cd95a78cb215ac6103ca8c2d5 (patch) | |
tree | 0a165f78be47da9b2c4769754e55c284cad072c0 /dev-db/oracle-instantclient-jdbc | |
parent | fix typo with non-multilib archs (better variant) (diff) | |
download | historical-7e556205bcad4a4cd95a78cb215ac6103ca8c2d5.tar.gz historical-7e556205bcad4a4cd95a78cb215ac6103ca8c2d5.tar.bz2 historical-7e556205bcad4a4cd95a78cb215ac6103ca8c2d5.zip |
fix typo with non-multilib archs
Package-Manager: portage-2.1.10.41/cvs/Linux x86_64
Diffstat (limited to 'dev-db/oracle-instantclient-jdbc')
-rw-r--r-- | dev-db/oracle-instantclient-jdbc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.3.ebuild | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/dev-db/oracle-instantclient-jdbc/ChangeLog b/dev-db/oracle-instantclient-jdbc/ChangeLog index b7421f128df1..13e1126df019 100644 --- a/dev-db/oracle-instantclient-jdbc/ChangeLog +++ b/dev-db/oracle-instantclient-jdbc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/oracle-instantclient-jdbc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog,v 1.30 2012/03/07 14:25:23 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog,v 1.31 2012/03/07 15:33:54 haubi Exp $ + + 07 Mar 2012; Michael Haubenwallner <haubi@gentoo.org> + oracle-instantclient-jdbc-11.2.0.3.ebuild: + fix typo with non-multilib archs *oracle-instantclient-jdbc-11.2.0.3 (07 Mar 2012) diff --git a/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.3.ebuild b/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.3.ebuild index 68232a8b0f67..699f980c170d 100644 --- a/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.3.ebuild +++ b/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.3.ebuild,v 1.1 2012/03/07 14:25:23 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.3.ebuild,v 1.2 2012/03/07 15:33:54 haubi Exp $ EAPI="4" @@ -37,11 +37,8 @@ default_abi() { abi_list() { if use multilib; then echo ${MULTILIB_ABIS} - elif [[ ${DEFAULT_MULTILIB} == default ]]; then - # no multilib-able platform - echo ${ARCH} else - echo ${DEFAULT_ABI} + default_abi fi return 0 } |