summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2004-11-05 22:29:28 +0000
committerMarkus Rothe <corsair@gentoo.org>2004-11-05 22:29:28 +0000
commit7c4dd7f684cefd922ceceb06e9f437bb647982a5 (patch)
treed8aa62c0a92a5b8e0aa9abd2b199ce9a8db439e7 /gnome-base/oaf/oaf-0.6.10.ebuild
parent+# dev-lang/tcc won't build (diff)
downloadgentoo-2-7c4dd7f684cefd922ceceb06e9f437bb647982a5.tar.gz
gentoo-2-7c4dd7f684cefd922ceceb06e9f437bb647982a5.tar.bz2
gentoo-2-7c4dd7f684cefd922ceceb06e9f437bb647982a5.zip
marked ~ppc64
Diffstat (limited to 'gnome-base/oaf/oaf-0.6.10.ebuild')
-rw-r--r--gnome-base/oaf/oaf-0.6.10.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/gnome-base/oaf/oaf-0.6.10.ebuild b/gnome-base/oaf/oaf-0.6.10.ebuild
index bdb89952af39..552eef45c5c9 100644
--- a/gnome-base/oaf/oaf-0.6.10.ebuild
+++ b/gnome-base/oaf/oaf-0.6.10.ebuild
@@ -1,17 +1,17 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.6.10.ebuild,v 1.18 2004/08/21 15:05:19 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.6.10.ebuild,v 1.19 2004/11/05 22:29:28 corsair Exp $
IUSE="nls"
-inherit gnome.org libtool
+inherit gnome.org libtool gnuconfig
DESCRIPTION="Object Activation Framework for GNOME"
HOMEPAGE="http://www.gnome.org/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 mips"
+KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 mips ~ppc64"
RDEPEND="virtual/libc
>=dev-libs/popt-1.5
@@ -26,6 +26,8 @@ DEPEND="${RDEPEND}
src_compile() {
elibtoolize
+ use ppc64 && gnuconfig_update
+
local myconf=""
use nls || myconf="--disable-nls"