summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2012-03-07 15:22:15 +0000
committerMichael Haubenwallner <haubi@gentoo.org>2012-03-07 15:22:15 +0000
commitea3ea627e26490f2bd1935771fe8e5c61b623749 (patch)
tree1990333e88328430b0040e29ae2d7bbe83f26743 /dev-db/oracle-instantclient-basic
parentVersion bumped. (diff)
downloadgentoo-2-ea3ea627e26490f2bd1935771fe8e5c61b623749.tar.gz
gentoo-2-ea3ea627e26490f2bd1935771fe8e5c61b623749.tar.bz2
gentoo-2-ea3ea627e26490f2bd1935771fe8e5c61b623749.zip
fix typo with non-multilib archs
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/oracle-instantclient-basic')
-rw-r--r--dev-db/oracle-instantclient-basic/ChangeLog6
-rw-r--r--dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-db/oracle-instantclient-basic/ChangeLog b/dev-db/oracle-instantclient-basic/ChangeLog
index c85e412500cc..5c2c65fe6ef4 100644
--- a/dev-db/oracle-instantclient-basic/ChangeLog
+++ b/dev-db/oracle-instantclient-basic/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/oracle-instantclient-basic
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog,v 1.45 2012/03/07 14:07:46 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog,v 1.46 2012/03/07 15:22:15 haubi Exp $
+
+ 07 Mar 2012; Michael Haubenwallner <haubi@gentoo.org>
+ oracle-instantclient-basic-11.2.0.3.ebuild:
+ fix typo with non-multilib archs
*oracle-instantclient-basic-11.2.0.3 (07 Mar 2012)
diff --git a/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild b/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild
index fa59e9586f40..b26f3a5fefbc 100644
--- a/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild
+++ b/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-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-basic/oracle-instantclient-basic-11.2.0.3.ebuild,v 1.1 2012/03/07 14:07:46 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild,v 1.2 2012/03/07 15:22:15 haubi Exp $
EAPI="4"
@@ -46,7 +46,7 @@ need_sdk_for_abi() {
abi_list() {
if use multilib; then
echo ${MULTILIB_ABIS}
- elif [[ ${DEFAULT_MULTILIB} == default ]]; then
+ elif [[ ${DEFAULT_ABI} == 'default' ]]; then
# no multilib-able platform
echo ${ARCH}
else