summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2007-02-03 03:14:53 +0000
committerSteve Dibb <beandog@gentoo.org>2007-02-03 03:14:53 +0000
commit139ef3f2f88623bbb5db708dddc0839dfa53d9f2 (patch)
tree1f9bae3196e06b0605210b0f2c241b542676414a /dev-cpp
parentAdd ~amd64, bug 153549 (diff)
downloadgentoo-2-139ef3f2f88623bbb5db708dddc0839dfa53d9f2.tar.gz
gentoo-2-139ef3f2f88623bbb5db708dddc0839dfa53d9f2.tar.bz2
gentoo-2-139ef3f2f88623bbb5db708dddc0839dfa53d9f2.zip
Add ~amd64, bug 142045
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/Ice/ChangeLog7
-rw-r--r--dev-cpp/Ice/Ice-3.1.1.ebuild12
2 files changed, 13 insertions, 6 deletions
diff --git a/dev-cpp/Ice/ChangeLog b/dev-cpp/Ice/ChangeLog
index 2387e6f59e83..2582c3af4306 100644
--- a/dev-cpp/Ice/ChangeLog
+++ b/dev-cpp/Ice/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-cpp/Ice
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/Ice/ChangeLog,v 1.2 2006/11/10 01:12:35 swegener Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/Ice/ChangeLog,v 1.3 2007/02/03 03:14:53 beandog Exp $
+
+ 03 Feb 2007; Steve Dibb <beandog@gentoo.org> Ice-3.1.1.ebuild:
+ Add ~amd64, bug 142045
*Ice-3.1.1 (30 Oct 2006)
diff --git a/dev-cpp/Ice/Ice-3.1.1.ebuild b/dev-cpp/Ice/Ice-3.1.1.ebuild
index d1e52fcdf85c..773b29fd44bb 100644
--- a/dev-cpp/Ice/Ice-3.1.1.ebuild
+++ b/dev-cpp/Ice/Ice-3.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/Ice/Ice-3.1.1.ebuild,v 1.1 2006/10/30 13:31:47 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/Ice/Ice-3.1.1.ebuild,v 1.2 2007/02/03 03:14:53 beandog Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="http://www.zeroc.com/download/Ice/3.1/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE="ncurses test debug"
DEPEND="ncurses? ( sys-libs/ncurses sys-libs/readline )
@@ -21,7 +21,11 @@ RDEPEND=">=dev-libs/expat-1.9
>=app-arch/bzip2-1.0"
pkg_setup() {
- built_with_use sys-libs/db nocxx && die "DB must be compiled with C++ support!"
+ if built_with_use sys-libs/db nocxx; then
+ eerror "sys-libs/db must be compiled with C++ support!"
+ eerror "Remove the 'nocxx' use flag and try again."
+ die "Fix use flags and re-emerge"
+ fi
}
src_unpack() {