diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-11 10:45:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-11 10:45:04 +0000 |
commit | 2ef3f671d1f0080278b99bc205190efa5018dcf4 (patch) | |
tree | 5c04c1fb19e8761327f441d3a0500c4efe0f532b | |
parent | arm/s390/sh stable #163692 (diff) | |
download | gentoo-2-2ef3f671d1f0080278b99bc205190efa5018dcf4.tar.gz gentoo-2-2ef3f671d1f0080278b99bc205190efa5018dcf4.tar.bz2 gentoo-2-2ef3f671d1f0080278b99bc205190efa5018dcf4.zip |
arm/s390/sh stable #163692
(Portage version: 2.1.2-r9)
-rw-r--r-- | net-dns/bind/bind-9.3.3.ebuild | 4 | ||||
-rw-r--r-- | net-dns/bind/bind-9.3.4.ebuild | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/net-dns/bind/bind-9.3.3.ebuild b/net-dns/bind/bind-9.3.3.ebuild index 5e024ef4662a..fb2eb6a480d2 100644 --- a/net-dns/bind/bind-9.3.3.ebuild +++ b/net-dns/bind/bind-9.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.3.ebuild,v 1.9 2007/02/07 22:48:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.3.ebuild,v 1.10 2007/02/11 10:45:04 vapier Exp $ inherit eutils libtool autotools @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV}/${P}.tar.gz LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="ssl ipv6 doc dlz postgres berkdb mysql odbc ldap selinux idn threads resolvconf" DEPEND="!net-dns/idnkit diff --git a/net-dns/bind/bind-9.3.4.ebuild b/net-dns/bind/bind-9.3.4.ebuild index 153639883822..e0bbe7e6a6e1 100644 --- a/net-dns/bind/bind-9.3.4.ebuild +++ b/net-dns/bind/bind-9.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.4.ebuild,v 1.7 2007/02/10 20:15:54 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.4.ebuild,v 1.8 2007/02/11 10:45:04 vapier Exp $ inherit eutils libtool autotools @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV}/${P}.tar.gz LICENSE="as-is" SLOT="0" -KEYWORDS="alpha ~amd64 hppa ppc ~ppc64 sparc x86" +KEYWORDS="alpha ~amd64 arm hppa ppc ~ppc64 s390 sh sparc x86" IUSE="ssl ipv6 doc dlz postgres berkdb mysql odbc ldap selinux idn threads resolvconf" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g ) @@ -23,7 +23,6 @@ DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g ) ldap? ( net-nds/openldap ) idn? ( net-dns/idnkit ) resolvconf? ( net-dns/resolvconf-gentoo )" - RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-bind )" |