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
commitf9db2c9b913060985f18d2e761d9a33f68ea9b19 (patch)
treea2e31b6210b4cb22e85a7a8c709c41fe8048b3cd /gnome-base/bonobo
parentMarked ~ppc64; bug #69450 (diff)
downloadhistorical-f9db2c9b913060985f18d2e761d9a33f68ea9b19.tar.gz
historical-f9db2c9b913060985f18d2e761d9a33f68ea9b19.tar.bz2
historical-f9db2c9b913060985f18d2e761d9a33f68ea9b19.zip
Marked ~ppc64; bug #69450
Diffstat (limited to 'gnome-base/bonobo')
-rw-r--r--gnome-base/bonobo/ChangeLog5
-rw-r--r--gnome-base/bonobo/bonobo-1.0.22.ebuild8
2 files changed, 9 insertions, 4 deletions
diff --git a/gnome-base/bonobo/ChangeLog b/gnome-base/bonobo/ChangeLog
index 80a3e3be1a76..cbc50e7bc6eb 100644
--- a/gnome-base/bonobo/ChangeLog
+++ b/gnome-base/bonobo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnome-base/bonobo
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/ChangeLog,v 1.19 2004/08/07 23:02:29 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/ChangeLog,v 1.20 2004/11/05 22:41:12 corsair Exp $
+
+ 05 Nov 2004; Markus Rothe <corsair@gentoo.org> bonobo-1.0.22.ebuild:
+ Marked ~ppc64; bug #69450
08 Aug 2004; Tom Martin <slarti@gentoo.org> bonobo-1.0.19-r1.ebuild,
bonobo-1.0.21.ebuild, bonobo-1.0.22.ebuild:
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"