diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-13 20:27:50 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-13 20:27:50 +0000 |
commit | 60b925e514b2733122e7c7cdeeeb4a3d7529172f (patch) | |
tree | ef64a3d2c1743a587cb5b128ec35764645fd8082 /net-dns | |
parent | keyword ~mips, bug #441688 (diff) | |
download | gentoo-2-60b925e514b2733122e7c7cdeeeb4a3d7529172f.tar.gz gentoo-2-60b925e514b2733122e7c7cdeeeb4a3d7529172f.tar.bz2 gentoo-2-60b925e514b2733122e7c7cdeeeb4a3d7529172f.zip |
keyword ~mips, bug #441688
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/unbound/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/unbound/unbound-1.4.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/unbound/ChangeLog b/net-dns/unbound/ChangeLog index 8d2f2b77f303..9681c9e7181c 100644 --- a/net-dns/unbound/ChangeLog +++ b/net-dns/unbound/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/unbound # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.48 2012/11/13 02:18:59 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.49 2012/11/13 20:27:50 blueness Exp $ + + 13 Nov 2012; Anthony G. Basile <blueness@gentoo.org> unbound-1.4.18.ebuild: + keyword ~mips, bug #441688 13 Nov 2012; Anthony G. Basile <blueness@gentoo.org> unbound-1.4.18.ebuild: keyword ~arm, bug #441688 diff --git a/net-dns/unbound/unbound-1.4.18.ebuild b/net-dns/unbound/unbound-1.4.18.ebuild index 43cda164f55b..5a71ca054463 100644 --- a/net-dns/unbound/unbound-1.4.18.ebuild +++ b/net-dns/unbound/unbound-1.4.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.18.ebuild,v 1.4 2012/11/13 02:18:59 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.18.ebuild,v 1.5 2012/11/13 20:27:50 blueness Exp $ EAPI="4" PYTHON_DEPEND="python? 2" @@ -15,7 +15,7 @@ SRC_URI="http://unbound.net/downloads/${P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x64-macos" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~x64-macos" IUSE="debug gost python selinux static-libs test threads" RDEPEND="dev-libs/expat |