diff options
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/unbound/unbound-1.5.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/unbound/unbound-1.5.10.ebuild b/net-dns/unbound/unbound-1.5.10.ebuild index 41a6d5949ce6..d17e4672db07 100644 --- a/net-dns/unbound/unbound-1.5.10.ebuild +++ b/net-dns/unbound/unbound-1.5.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://unbound.net/downloads/${MY_P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~hppa ~mips ppc ppc64 ~x86" IUSE="debug dnstap +ecdsa gost libressl python selinux static-libs test threads" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |