diff options
Diffstat (limited to 'net-dns/bind/bind-9.7.0_p2-r1.ebuild')
-rw-r--r-- | net-dns/bind/bind-9.7.0_p2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/bind/bind-9.7.0_p2-r1.ebuild b/net-dns/bind/bind-9.7.0_p2-r1.ebuild index f863447b11c9..557619197cdf 100644 --- a/net-dns/bind/bind-9.7.0_p2-r1.ebuild +++ b/net-dns/bind/bind-9.7.0_p2-r1.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.7.0_p2-r1.ebuild,v 1.5 2010/06/28 20:10:44 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.0_p2-r1.ebuild,v 1.6 2010/06/28 21:00:55 idl0r Exp $ EAPI="3" @@ -38,7 +38,7 @@ DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g ) threads? ( >=sys-libs/libcap-2.1.0 ) xml? ( dev-libs/libxml2 ) geoip? ( >=dev-libs/geoip-1.4.6 ) - gssapi? ( || ( >=app-crypt/heimdal-1.2.1-r4 >=app-crypt/mit-krb5-1.6.3-r6 ) )" + gssapi? ( || ( app-crypt/heimdal virtual/krb5 ) )" RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-bind ) |