diff options
author | 2015-04-09 09:05:12 +0000 | |
---|---|---|
committer | 2015-04-09 09:05:12 +0000 | |
commit | ecc086b4e3329c5b5dbee25f8f6e911bc740a758 (patch) | |
tree | 38d0c93211ccd2aef705cdd9b79add5525b5b4ca /net-dns/unbound | |
parent | Stable for amd64, wrt bug #532000 (diff) | |
download | gentoo-2-ecc086b4e3329c5b5dbee25f8f6e911bc740a758.tar.gz gentoo-2-ecc086b4e3329c5b5dbee25f8f6e911bc740a758.tar.bz2 gentoo-2-ecc086b4e3329c5b5dbee25f8f6e911bc740a758.zip |
Stable for x86, wrt bug #532000
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-dns/unbound')
-rw-r--r-- | net-dns/unbound/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/unbound/unbound-1.5.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/unbound/ChangeLog b/net-dns/unbound/ChangeLog index 95f2b5e3450a..3bb6b099de93 100644 --- a/net-dns/unbound/ChangeLog +++ b/net-dns/unbound/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/unbound # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.90 2015/04/09 09:04:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.91 2015/04/09 09:05:12 ago Exp $ + + 09 Apr 2015; Agostino Sarubbo <ago@gentoo.org> unbound-1.5.1-r2.ebuild: + Stable for x86, wrt bug #532000 09 Apr 2015; Agostino Sarubbo <ago@gentoo.org> unbound-1.5.1-r2.ebuild: Stable for amd64, wrt bug #532000 diff --git a/net-dns/unbound/unbound-1.5.1-r2.ebuild b/net-dns/unbound/unbound-1.5.1-r2.ebuild index 3d6d22315048..84202e84ea8d 100644 --- a/net-dns/unbound/unbound-1.5.1-r2.ebuild +++ b/net-dns/unbound/unbound-1.5.1-r2.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.1-r2.ebuild,v 1.2 2015/04/09 09:04:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.5.1-r2.ebuild,v 1.3 2015/04/09 09:05:12 ago 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 ~x86" +KEYWORDS="amd64 ~hppa x86" IUSE="debug dnstap +ecdsa gost python selinux static-libs test threads" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |