summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2004-11-05 22:42:05 +0000
committerMarkus Rothe <corsair@gentoo.org>2004-11-05 22:42:05 +0000
commitb5d6cf715a9bb2e3cf80f9d2f52e7dc917302660 (patch)
treef3f85ead20939b1f0df63620918bbe3a78c390a3 /gnome-base/bonobo/bonobo-1.0.22.ebuild
parentMarked ~ppc64; bug #69450 (Manifest recommit) (diff)
downloadgentoo-2-b5d6cf715a9bb2e3cf80f9d2f52e7dc917302660.tar.gz
gentoo-2-b5d6cf715a9bb2e3cf80f9d2f52e7dc917302660.tar.bz2
gentoo-2-b5d6cf715a9bb2e3cf80f9d2f52e7dc917302660.zip
Marked ~ppc64; bug #69450
Diffstat (limited to 'gnome-base/bonobo/bonobo-1.0.22.ebuild')
-rw-r--r--gnome-base/bonobo/bonobo-1.0.22.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/gnome-base/bonobo/bonobo-1.0.22.ebuild b/gnome-base/bonobo/bonobo-1.0.22.ebuild
index d4828bffc689..91069280b519 100644
--- a/gnome-base/bonobo/bonobo-1.0.22.ebuild
+++ b/gnome-base/bonobo/bonobo-1.0.22.ebuild
@@ -1,16 +1,16 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.22.ebuild,v 1.19 2004/08/21 15:19:33 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.22.ebuild,v 1.20 2004/11/05 22:41:12 corsair Exp $
IUSE="nls"
-inherit gnome.org libtool
+inherit gnome.org libtool gnuconfig
DESCRIPTION="A set of language and system independent CORBA interfaces"
HOMEPAGE="http://www.gnome.org/"
SLOT="0"
-KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 mips"
+KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 mips ~ppc64"
LICENSE="GPL-2"
RDEPEND=">=gnome-base/oaf-0.6.8
@@ -27,6 +27,8 @@ src_compile() {
#libtoolize to fix relink bug
elibtoolize
+ use ppc64 && gnuconfig_update
+
local myconf=""
use nls || myconf="${myconf} --disable-nls"