Gentoo Archives: gentoo-commits

From: Richard Freeman <rich0@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/bind-tools/
Date: Sat, 02 Jan 2016 14:21:19
Message-Id: 1451744451.e2f7a1def596a35a3363e7332f28f13e5cbf59ad.rich0@gentoo
1 commit: e2f7a1def596a35a3363e7332f28f13e5cbf59ad
2 Author: Richard Freeman <rich0 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 14:20:16 2016 +0000
4 Commit: Richard Freeman <rich0 <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 14:20:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f7a1de
7
8 net-dns/bind-tools: amd64 stable
9
10 Gentoo-bug: 568982
11
12 Package-Manager: portage-2.2.24
13
14 net-dns/bind-tools/bind-tools-9.10.3_p2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-dns/bind-tools/bind-tools-9.10.3_p2.ebuild b/net-dns/bind-tools/bind-tools-9.10.3_p2.ebuild
18 index b317b39..01b25a7 100644
19 --- a/net-dns/bind-tools/bind-tools-9.10.3_p2.ebuild
20 +++ b/net-dns/bind-tools/bind-tools-9.10.3_p2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -17,7 +17,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz"
28
29 LICENSE="ISC BSD BSD-2 HPND JNIC RSA openssl"
30 SLOT="0"
31 -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"
32 +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"
33 IUSE="doc gost gssapi idn ipv6 libressl readline seccomp ssl urandom xml"
34 # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687