diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-10-23 17:05:43 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-10-23 17:05:43 +0000 |
commit | bd6e785d3e16545a9787c8acef6abf77acaaaec1 (patch) | |
tree | 795b54036e663565715b5ed989ed98140e792f82 /net-dns/unbound | |
parent | update abi_x86_32 masks (diff) | |
download | gentoo-2-bd6e785d3e16545a9787c8acef6abf77acaaaec1.tar.gz gentoo-2-bd6e785d3e16545a9787c8acef6abf77acaaaec1.tar.bz2 gentoo-2-bd6e785d3e16545a9787c8acef6abf77acaaaec1.zip |
amd64/x86 stable, bug #525264
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-dns/unbound')
-rw-r--r-- | net-dns/unbound/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/unbound/unbound-1.4.22-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/unbound/ChangeLog b/net-dns/unbound/ChangeLog index c24f37ef8a1e..df12127171c0 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.74 2014/09/27 00:15:37 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.75 2014/10/23 17:05:43 pacho Exp $ + + 23 Oct 2014; Pacho Ramos <pacho@gentoo.org> unbound-1.4.22-r1.ebuild: + amd64/x86 stable, bug #525264 27 Sep 2014; Tim Harder <radhermit@gentoo.org> -unbound-1.4.16.ebuild, -unbound-1.4.17-r1.ebuild, -unbound-1.4.18.ebuild, -unbound-1.4.19.ebuild, diff --git a/net-dns/unbound/unbound-1.4.22-r1.ebuild b/net-dns/unbound/unbound-1.4.22-r1.ebuild index c03a011a88af..5956d84a94af 100644 --- a/net-dns/unbound/unbound-1.4.22-r1.ebuild +++ b/net-dns/unbound/unbound-1.4.22-r1.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.4.22-r1.ebuild,v 1.1 2014/09/27 00:13:03 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.22-r1.ebuild,v 1.2 2014/10/23 17:05:43 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -13,7 +13,7 @@ SRC_URI="http://unbound.net/downloads/${P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x64-macos" IUSE="debug gost python selinux static-libs test threads" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |