diff options
Diffstat (limited to 'net-dns/unbound/unbound-1.5.3.ebuild')
-rw-r--r-- | net-dns/unbound/unbound-1.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/unbound/unbound-1.5.3.ebuild b/net-dns/unbound/unbound-1.5.3.ebuild index 3cfa628e78be..8dcd748e42dd 100644 --- a/net-dns/unbound/unbound-1.5.3.ebuild +++ b/net-dns/unbound/unbound-1.5.3.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/unbound/unbound-1.5.3.ebuild,v 1.3 2015/05/15 11:57:39 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.5.3.ebuild,v 1.4 2015/06/19 17:14:49 maekke Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -14,7 +14,7 @@ SRC_URI="http://unbound.net/downloads/${MY_P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="debug dnstap +ecdsa gost python selinux static-libs test threads" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |