diff options
author | Jeffrey Forman <jforman@gentoo.org> | 2004-07-06 14:15:39 +0000 |
---|---|---|
committer | Jeffrey Forman <jforman@gentoo.org> | 2004-07-06 14:15:39 +0000 |
commit | 820ab68d96b059925e3f65ac260cff5e8bed0e91 (patch) | |
tree | 0f0f31cb09b8ae9f2b69ed82344a753bfcf05cb0 /net-dns/bind/bind-9.2.3.ebuild | |
parent | + version bumps on .24 and .26 (diff) | |
download | gentoo-2-820ab68d96b059925e3f65ac260cff5e8bed0e91.tar.gz gentoo-2-820ab68d96b059925e3f65ac260cff5e8bed0e91.tar.bz2 gentoo-2-820ab68d96b059925e3f65ac260cff5e8bed0e91.zip |
*** empty log message ***
Diffstat (limited to 'net-dns/bind/bind-9.2.3.ebuild')
-rw-r--r-- | net-dns/bind/bind-9.2.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dns/bind/bind-9.2.3.ebuild b/net-dns/bind/bind-9.2.3.ebuild index aac32689096b..88914d1e6463 100644 --- a/net-dns/bind/bind-9.2.3.ebuild +++ b/net-dns/bind/bind-9.2.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.3.ebuild,v 1.12 2004/06/24 22:33:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.3.ebuild,v 1.13 2004/07/06 14:15:39 jforman Exp $ -IUSE="ssl ipv6 doc" +IUSE="ssl ipv6 doc caps" DESCRIPTION="BIND - Berkeley Internet Name Domain - Name Server" SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV}/${P}.tar.gz" @@ -36,6 +36,7 @@ src_compile() { use ssl && myconf="${myconf} --with-openssl" use ipv6 && myconf="${myconf} --enable-ipv6" || myconf="${myconf} --enable-ipv6=no" + use -caps && myconf="${myconf} --disable-linux-caps" econf --sysconfdir=/etc/bind \ --localstatedir=/var \ @@ -173,4 +174,3 @@ pkg_config() { einfo fi } - |