diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-12 17:19:07 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-12 17:19:07 +0000 |
commit | 29c6ac5bca3d01ed43f7c2ce1c7b63c31c1d4f9f (patch) | |
tree | 44d8130b6464f0ce07293ae10289dff0e07ba873 /net-dns | |
parent | Stable for ia64, wrt bug #465286 (diff) | |
download | gentoo-2-29c6ac5bca3d01ed43f7c2ce1c7b63c31c1d4f9f.tar.gz gentoo-2-29c6ac5bca3d01ed43f7c2ce1c7b63c31c1d4f9f.tar.bz2 gentoo-2-29c6ac5bca3d01ed43f7c2ce1c7b63c31c1d4f9f.zip |
Stable for ia64, wrt bug #463497
(Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/bind/bind-9.9.2_p2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog index 2a6a2e3bced7..0bd967ced264 100644 --- a/net-dns/bind/ChangeLog +++ b/net-dns/bind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/bind # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.452 2013/04/12 15:08:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.453 2013/04/12 17:19:07 ago Exp $ + + 12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> bind-9.9.2_p2.ebuild: + Stable for ia64, wrt bug #463497 12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> bind-9.9.2_p2.ebuild: Stable for arm, wrt bug #463497 diff --git a/net-dns/bind/bind-9.9.2_p2.ebuild b/net-dns/bind/bind-9.9.2_p2.ebuild index a567b60c9925..f5fff415cfee 100644 --- a/net-dns/bind/bind-9.9.2_p2.ebuild +++ b/net-dns/bind/bind-9.9.2_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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_p2.ebuild,v 1.9 2013/04/12 15:08:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.2_p2.ebuild,v 1.10 2013/04/12 17:19:07 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 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 |