diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2006-09-19 19:52:52 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2006-09-19 19:52:52 +0000 |
commit | dc9cb465a3950a59b1dd92814ab6bcf889cf6009 (patch) | |
tree | 582d137936619061fdc735d26acc161479214995 /net-dns | |
parent | Adding strip to RESTRICT for bug #137819. (diff) | |
download | gentoo-2-dc9cb465a3950a59b1dd92814ab6bcf889cf6009.tar.gz gentoo-2-dc9cb465a3950a59b1dd92814ab6bcf889cf6009.tar.bz2 gentoo-2-dc9cb465a3950a59b1dd92814ab6bcf889cf6009.zip |
* closing bug #148178
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/ChangeLog | 6 | ||||
-rw-r--r-- | net-dns/bind/bind-9.2.6-r4.ebuild | 4 | ||||
-rw-r--r-- | net-dns/bind/bind-9.3.2-r4.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog index 272c4adf9fc4..e8ef4f4507e2 100644 --- a/net-dns/bind/ChangeLog +++ b/net-dns/bind/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/bind # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.125 2006/09/14 17:33:50 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.126 2006/09/19 19:52:52 voxus Exp $ + + 19 Sep 2006; Konstantin Arkhipov <voxus@gentoo.org> bind-9.2.6-r4.ebuild, + bind-9.3.2-r4.ebuild: + Closing bug #148178. 14 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> bind-9.2.6-r4.ebuild, bind-9.3.2-r4.ebuild: diff --git a/net-dns/bind/bind-9.2.6-r4.ebuild b/net-dns/bind/bind-9.2.6-r4.ebuild index 4e3ebbe8a311..cb47d0f952e4 100644 --- a/net-dns/bind/bind-9.2.6-r4.ebuild +++ b/net-dns/bind/bind-9.2.6-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.6-r4.ebuild,v 1.7 2006/09/14 17:33:50 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.6-r4.ebuild,v 1.8 2006/09/19 19:52:52 voxus Exp $ inherit eutils libtool autotools @@ -90,7 +90,7 @@ src_unpack() { sed -e "s:nsupdate ::g" -i ${S}/bin/Makefile.in cd ${S} - WANT_AUTOCONF=2.5 autoconf || die "autoconf failed" + WANT_AUTOCONF=2.5 AT_NO_RECURSIVE=1 eautoreconf || die "eautoreconf failed" } src_compile() { diff --git a/net-dns/bind/bind-9.3.2-r4.ebuild b/net-dns/bind/bind-9.3.2-r4.ebuild index 0a2e02d1899c..ee5feaa79d2b 100644 --- a/net-dns/bind/bind-9.3.2-r4.ebuild +++ b/net-dns/bind/bind-9.3.2-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.2-r4.ebuild,v 1.11 2006/09/16 21:06:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.2-r4.ebuild,v 1.12 2006/09/19 19:52:52 voxus Exp $ inherit eutils libtool autotools @@ -69,7 +69,7 @@ src_unpack() { sed -e "s:nsupdate ::g" -i ${S}/bin/Makefile.in cd ${S} - WANT_AUTOCONF=2.5 autoconf || die "autoconf failed" + WANT_AUTOCONF=2.5 AT_NO_RECURSIVE=1 eautoreconf || die "eautoreconf failed" } src_compile() { |