Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/unbound/
Date: Fri, 05 Oct 2018 13:27:30
Message-Id: 1538746041.a1d135b0b2cd3abb6cf7ce6adec205981755906e.zlogene@gentoo
1 commit: a1d135b0b2cd3abb6cf7ce6adec205981755906e
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 5 13:26:38 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 5 13:27:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1d135b0
7
8 net-dns/unbound: amd64 stable wrt bug #667776
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 net-dns/unbound/unbound-1.8.0-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-dns/unbound/unbound-1.8.0-r1.ebuild b/net-dns/unbound/unbound-1.8.0-r1.ebuild
17 index 9974716da4c..4a583082502 100644
18 --- a/net-dns/unbound/unbound-1.8.0-r1.ebuild
19 +++ b/net-dns/unbound/unbound-1.8.0-r1.ebuild
20 @@ -13,7 +13,7 @@ SRC_URI="https://nlnetlabs.nl/downloads/unbound/${MY_P}.tar.gz"
21
22 LICENSE="BSD GPL-2"
23 SLOT="0/8" # ABI version of libunbound.so
24 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 x86"
25 +KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 x86"
26 IUSE="debug dnscrypt dnstap +ecdsa ecs gost libressl python redis selinux static-libs systemd test threads"
27 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"