diff options
author | 2015-07-11 06:26:54 +0000 | |
---|---|---|
committer | 2015-07-11 06:26:54 +0000 | |
commit | 58aceb101b95113bd24ef82ec6cf09860f617301 (patch) | |
tree | 737edaa45c1acf33f88167db4d6cb44c67ac0ebe /net-dns | |
parent | arm stable, bug #551062 (diff) | |
download | gentoo-2-58aceb101b95113bd24ef82ec6cf09860f617301.tar.gz gentoo-2-58aceb101b95113bd24ef82ec6cf09860f617301.tar.bz2 gentoo-2-58aceb101b95113bd24ef82ec6cf09860f617301.zip |
Stable for HPPA PPC64 (bug #553584).
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind-tools/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/bind-tools/bind-tools-9.10.2_p2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/bind-tools/ChangeLog b/net-dns/bind-tools/ChangeLog index c3f984bb0b25..fb4b894b7eb0 100644 --- a/net-dns/bind-tools/ChangeLog +++ b/net-dns/bind-tools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/bind-tools # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/ChangeLog,v 1.287 2015/07/09 17:34:30 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/ChangeLog,v 1.288 2015/07/11 06:26:54 jer Exp $ + + 11 Jul 2015; Jeroen Roovers <jer@gentoo.org> bind-tools-9.10.2_p2.ebuild: + Stable for HPPA PPC64 (bug #553584). 09 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> bind-tools-9.10.2_p2.ebuild: amd64 stable wrt bug #553584 diff --git a/net-dns/bind-tools/bind-tools-9.10.2_p2.ebuild b/net-dns/bind-tools/bind-tools-9.10.2_p2.ebuild index 8880eaa469ce..863b6489695a 100644 --- a/net-dns/bind-tools/bind-tools-9.10.2_p2.ebuild +++ b/net-dns/bind-tools/bind-tools-9.10.2_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.10.2_p2.ebuild,v 1.2 2015/07/09 17:34:30 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.10.2_p2.ebuild,v 1.3 2015/07/11 06:26:54 jer Exp $ EAPI="5" @@ -17,7 +17,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 ~arm64 ~hppa ~ia64 ~m68k ~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 ~arm64 hppa ~ia64 ~m68k ~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="doc gost gssapi idn ipv6 readline seccomp ssl urandom xml" # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687 |