summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tgall@gentoo.org>2004-06-02 02:56:18 +0000
committerTom Gall <tgall@gentoo.org>2004-06-02 02:56:18 +0000
commit23829d133b763d10d749ff1afdffa8e921059590 (patch)
tree382749b4a0ef83353dc95cd6abeeebc28e252c9a /net-dns/bind-tools/bind-tools-9.2.3-r1.ebuild
parentMove inherit up, above uses of flag-o-matic. (diff)
downloadhistorical-23829d133b763d10d749ff1afdffa8e921059590.tar.gz
historical-23829d133b763d10d749ff1afdffa8e921059590.tar.bz2
historical-23829d133b763d10d749ff1afdffa8e921059590.zip
stable on ppc64, bug #5270
Diffstat (limited to 'net-dns/bind-tools/bind-tools-9.2.3-r1.ebuild')
-rw-r--r--net-dns/bind-tools/bind-tools-9.2.3-r1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/net-dns/bind-tools/bind-tools-9.2.3-r1.ebuild b/net-dns/bind-tools/bind-tools-9.2.3-r1.ebuild
index a33b816447db..c2e9d16c771b 100644
--- a/net-dns/bind-tools/bind-tools-9.2.3-r1.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.2.3-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.2.3-r1.ebuild,v 1.8 2004/05/15 21:50:58 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.2.3-r1.ebuild,v 1.9 2004/06/02 02:56:18 tgall Exp $
-inherit flag-o-matic
+inherit flag-o-matic gnuconfig
MY_P=${P//-tools}
MY_P=${MY_P/_}
@@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV/_}/${MY_P}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="x86 ppc sparc ~alpha arm hppa ~amd64 ~ia64 s390 mips"
+KEYWORDS="x86 ppc sparc ~alpha arm hppa ~amd64 ~ia64 s390 mips ppc64"
IUSE=""
DEPEND="virtual/glibc"
@@ -25,6 +25,8 @@ src_compile() {
append-flags -fPIC
fi
+ use ppc64 && gnuconfig_update
+
use ipv6 && myconf="${myconf} --enable-ipv6" || myconf="${myconf} --enable-ipv6=no"
econf ${myconf} || die "Configure failed"