Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/bind-tools/
Date: Thu, 31 Aug 2017 15:18:20
Message-Id: 1504192664.8e7419e7a58512ba2322d675bf87f51c65e51862.mattst88@gentoo
1 commit: 8e7419e7a58512ba2322d675bf87f51c65e51862
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 31 15:17:19 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 31 15:17:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7419e7
7
8 net-dns/bind-tools-9.11.1_p3: alpha stable, bug 623154
9
10 net-dns/bind-tools/bind-tools-9.11.1_p3.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/net-dns/bind-tools/bind-tools-9.11.1_p3.ebuild b/net-dns/bind-tools/bind-tools-9.11.1_p3.ebuild
14 index 0c8434b14f1..fff7277e5a4 100644
15 --- a/net-dns/bind-tools/bind-tools-9.11.1_p3.ebuild
16 +++ b/net-dns/bind-tools/bind-tools-9.11.1_p3.ebuild
17 @@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz"
18
19 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
20 SLOT="0"
21 -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"
22 +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"
23 IUSE="doc gost gssapi idn ipv6 libressl readline seccomp ssl urandom xml"
24 # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687