diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-12-12 10:34:06 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-12-12 10:34:06 +0000 |
commit | 7a15966f3e003efb05e66099f30c27e3a252f701 (patch) | |
tree | 873b6f2d33fc5bcf07375a541ed386a348276951 /net-dns/bind | |
parent | arm64 stable (diff) | |
download | gentoo-2-7a15966f3e003efb05e66099f30c27e3a252f701.tar.gz gentoo-2-7a15966f3e003efb05e66099f30c27e3a252f701.tar.bz2 gentoo-2-7a15966f3e003efb05e66099f30c27e3a252f701.zip |
Stable for HPPA (bug #531998).
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-dns/bind')
-rw-r--r-- | net-dns/bind/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/bind/bind-9.10.1_p1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog index d7631cba730a..c939c9c374c8 100644 --- a/net-dns/bind/ChangeLog +++ b/net-dns/bind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/bind # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.516 2014/12/12 09:10:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.517 2014/12/12 10:34:06 jer Exp $ + + 12 Dec 2014; Jeroen Roovers <jer@gentoo.org> bind-9.10.1_p1.ebuild: + Stable for HPPA (bug #531998). 12 Dec 2014; Agostino Sarubbo <ago@gentoo.org> bind-9.10.1_p1.ebuild: Stable for x86, wrt bug #531998 diff --git a/net-dns/bind/bind-9.10.1_p1.ebuild b/net-dns/bind/bind-9.10.1_p1.ebuild index 782056ce45b5..5688acbc2389 100644 --- a/net-dns/bind/bind-9.10.1_p1.ebuild +++ b/net-dns/bind/bind-9.10.1_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild,v 1.3 2014/12/12 09:10:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild,v 1.4 2014/12/12 10:34:06 jer Exp $ # Re dlz/mysql and threads, needs to be verified.. # MySQL uses thread local storage in its C api. Thus MySQL @@ -39,7 +39,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz LICENSE="GPL-2 ISC BSD BSD-2 HPND JNIC openssl" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm hppa ~mips ~ppc ~ppc64 ~s390 ~sh 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 fixed-rrset geoip gost gssapi idn ipv6 ldap mysql nslint odbc postgres python rpz seccomp selinux ssl static-libs +threads urandom xml" |