From 139ef3f2f88623bbb5db708dddc0839dfa53d9f2 Mon Sep 17 00:00:00 2001 From: Steve Dibb Date: Sat, 3 Feb 2007 03:14:53 +0000 Subject: Add ~amd64, bug 142045 (Portage version: 2.1.1-r2) --- dev-cpp/Ice/ChangeLog | 7 +++++-- dev-cpp/Ice/Ice-3.1.1.ebuild | 12 ++++++++---- 2 files changed, 13 insertions(+), 6 deletions(-) (limited to 'dev-cpp') 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 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() { -- cgit v1.2.3-65-gdbad