diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-11-07 02:28:25 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-11-07 02:28:25 +0000 |
commit | 06cd7b0d9d7516c26eedf41ecd330d9924d4be67 (patch) | |
tree | 69c9a663424e8a97022f46e7987240f894a2d64e /net-dns/unbound | |
parent | Marked ~hppa (bug #441688). (diff) | |
download | gentoo-2-06cd7b0d9d7516c26eedf41ecd330d9924d4be67.tar.gz gentoo-2-06cd7b0d9d7516c26eedf41ecd330d9924d4be67.tar.bz2 gentoo-2-06cd7b0d9d7516c26eedf41ecd330d9924d4be67.zip |
Marked ~hppa (bug #441688).
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-dns/unbound')
-rw-r--r-- | net-dns/unbound/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/unbound/unbound-1.4.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/unbound/ChangeLog b/net-dns/unbound/ChangeLog index cf3a911becb2..57c7acfbcdbc 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.42 2012/07/13 13:30:58 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.43 2012/11/07 02:28:25 jer Exp $ + + 07 Nov 2012; Jeroen Roovers <jer@gentoo.org> unbound-1.4.17.ebuild: + Marked ~hppa (bug #441688). *unbound-1.4.17 (13 Jul 2012) diff --git a/net-dns/unbound/unbound-1.4.17.ebuild b/net-dns/unbound/unbound-1.4.17.ebuild index 5fbc890b43a7..c70ecfbeaa8c 100644 --- a/net-dns/unbound/unbound-1.4.17.ebuild +++ b/net-dns/unbound/unbound-1.4.17.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.17.ebuild,v 1.1 2012/07/13 13:30:58 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.17.ebuild,v 1.2 2012/11/07 02:28:25 jer Exp $ EAPI="4" PYTHON_DEPEND="python? 2" @@ -15,7 +15,7 @@ SRC_URI="http://unbound.net/downloads/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~x64-macos" +KEYWORDS="~amd64 ~hppa ~x86 ~x64-macos" IUSE="debug gost python selinux static-libs test threads" RDEPEND="dev-libs/expat |