diff options
author | 2012-12-22 15:20:10 +0000 | |
---|---|---|
committer | 2012-12-22 15:20:10 +0000 | |
commit | f44f4d42c290b18b9fb804e638bd5484ce1d6cb2 (patch) | |
tree | 0d17f0f542b8517f0d8d62cfad890de10e610233 /net-dns | |
parent | Stable for ppc, wrt bug #447596 (diff) | |
download | gentoo-2-f44f4d42c290b18b9fb804e638bd5484ce1d6cb2.tar.gz gentoo-2-f44f4d42c290b18b9fb804e638bd5484ce1d6cb2.tar.bz2 gentoo-2-f44f4d42c290b18b9fb804e638bd5484ce1d6cb2.zip |
Stable for ppc, wrt bug #446094
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/bind/bind-9.9.2_p1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog index 73764a353368..88a47c429763 100644 --- a/net-dns/bind/ChangeLog +++ b/net-dns/bind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/bind # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.432 2012/12/16 16:24:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.433 2012/12/22 15:20:10 ago Exp $ + + 22 Dec 2012; Agostino Sarubbo <ago@gentoo.org> bind-9.9.2_p1.ebuild: + Stable for ppc, wrt bug #446094 16 Dec 2012; Agostino Sarubbo <ago@gentoo.org> bind-9.9.2_p1.ebuild: Stable for x86, wrt bug #446094 diff --git a/net-dns/bind/bind-9.9.2_p1.ebuild b/net-dns/bind/bind-9.9.2_p1.ebuild index 62d49b36b90e..2b61f59a4132 100644 --- a/net-dns/bind/bind-9.9.2_p1.ebuild +++ b/net-dns/bind/bind-9.9.2_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.2_p1.ebuild,v 1.4 2012/12/16 16:24:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.2_p1.ebuild,v 1.5 2012/12/22 15:20:10 ago Exp $ # Re dlz/mysql and threads, needs to be verified.. # MySQL uses thread local storage in its C api. Thus MySQL @@ -52,7 +52,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz LICENSE="ISC BSD BSD-2 HPND JNIC RSA openssl" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="berkdb caps dlz doc filter-aaaa geoip gost gssapi idn ipv6 ldap mysql odbc postgres python rpz rrl sdb-ldap selinux ssl static-libs threads urandom xml" # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687 |