summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-11-29 12:47:20 +0000
committerJeroen Roovers <jer@gentoo.org>2014-11-29 12:47:20 +0000
commit4daf2d1e1f8fde1e064d1c047df623d4c004c31f (patch)
tree76bf5abf1f295c9cebed68e28ba9fbea2b88876b /net-dns/unbound
parentMask USE=dnstap for net-dns/unbound (bug #531068). (diff)
downloadgentoo-2-4daf2d1e1f8fde1e064d1c047df623d4c004c31f.tar.gz
gentoo-2-4daf2d1e1f8fde1e064d1c047df623d4c004c31f.tar.bz2
gentoo-2-4daf2d1e1f8fde1e064d1c047df623d4c004c31f.zip
Marked ~hppa (bug #531068).
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-dns/unbound')
-rw-r--r--net-dns/unbound/ChangeLog5
-rw-r--r--net-dns/unbound/unbound-1.5.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/unbound/ChangeLog b/net-dns/unbound/ChangeLog
index f7026c8a437e..1a6f64be12b7 100644
--- a/net-dns/unbound/ChangeLog
+++ b/net-dns/unbound/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dns/unbound
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.77 2014/11/27 18:36:35 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.78 2014/11/29 12:47:20 jer Exp $
+
+ 29 Nov 2014; Jeroen Roovers <jer@gentoo.org> unbound-1.5.0.ebuild:
+ Marked ~hppa (bug #531068).
*unbound-1.5.0 (27 Nov 2014)
diff --git a/net-dns/unbound/unbound-1.5.0.ebuild b/net-dns/unbound/unbound-1.5.0.ebuild
index 0864cb07f64e..90f128189a13 100644
--- a/net-dns/unbound/unbound-1.5.0.ebuild
+++ b/net-dns/unbound/unbound-1.5.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.5.0.ebuild,v 1.1 2014/11/27 18:36:35 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.5.0.ebuild,v 1.2 2014/11/29 12:47:20 jer Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -13,7 +13,7 @@ SRC_URI="http://unbound.net/downloads/${P}.tar.gz"
LICENSE="BSD GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
IUSE="debug dnstap gost python selinux static-libs test threads"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"