diff options
author | 2010-06-28 20:10:45 +0000 | |
---|---|---|
committer | 2010-06-28 20:10:45 +0000 | |
commit | 5a216ff1a0e25af81687ae751eafbd86ff6a13b3 (patch) | |
tree | aae40a93ae43e9ade5e567df0202dff6f411f631 /net-dns/bind/bind-9.6.2_p2.ebuild | |
parent | Bump to try a version working with flash 10.1.53.64, bug #324807. Also a few ... (diff) | |
download | historical-5a216ff1a0e25af81687ae751eafbd86ff6a13b3.tar.gz historical-5a216ff1a0e25af81687ae751eafbd86ff6a13b3.tar.bz2 historical-5a216ff1a0e25af81687ae751eafbd86ff6a13b3.zip |
Add gssapi useflag, thanks to Stefan Garthe (the_mgt) <themgt@mail.ru>
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'net-dns/bind/bind-9.6.2_p2.ebuild')
-rw-r--r-- | net-dns/bind/bind-9.6.2_p2.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net-dns/bind/bind-9.6.2_p2.ebuild b/net-dns/bind/bind-9.6.2_p2.ebuild index bbdaade1f920..126f92a7582a 100644 --- a/net-dns/bind/bind-9.6.2_p2.ebuild +++ b/net-dns/bind/bind-9.6.2_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.2_p2.ebuild,v 1.4 2010/06/17 20:44:38 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.2_p2.ebuild,v 1.5 2010/06/28 20:10:45 idl0r Exp $ EAPI="3" @@ -27,7 +27,7 @@ LICENSE="as-is" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="ssl ipv6 doc dlz postgres berkdb mysql odbc ldap selinux idn threads - resolvconf urandom sdb-ldap xml geoip" + resolvconf urandom sdb-ldap xml geoip gssapi" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g ) mysql? ( >=virtual/mysql-4.0 ) @@ -37,7 +37,8 @@ DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g ) postgres? ( dev-db/postgresql-base ) threads? ( >=sys-libs/libcap-2.1.0 ) xml? ( dev-libs/libxml2 ) - geoip? ( >=dev-libs/geoip-1.4.6 )" + geoip? ( >=dev-libs/geoip-1.4.6 ) + gssapi? ( || ( >=app-crypt/heimdal-1.2.1-r4 >=app-crypt/mit-krb5-1.6.3-r6 ) )" RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-bind ) @@ -163,6 +164,7 @@ src_configure() { $(use_with idn) \ $(use_enable ipv6) \ $(use_with xml libxml2) \ + $(use_with gssapi) \ ${myconf} # bug #151839 |