diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-09 09:04:48 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-09 09:04:48 +0000 |
commit | d532e798b346f3f4bfbb03416c6216df231d3d44 (patch) | |
tree | 292878bcb24392e3920209d683bee4175c1e2f1f /net-dns/unbound | |
parent | Adjust path passed to java-pkg_dosrc. Fix bug 545916. (diff) | |
download | gentoo-2-d532e798b346f3f4bfbb03416c6216df231d3d44.tar.gz gentoo-2-d532e798b346f3f4bfbb03416c6216df231d3d44.tar.bz2 gentoo-2-d532e798b346f3f4bfbb03416c6216df231d3d44.zip |
Stable for amd64, wrt bug #532000
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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 e930256e700d..95f2b5e3450a 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.89 2015/04/08 18:16:54 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.90 2015/04/09 09:04:48 ago Exp $ + + 09 Apr 2015; Agostino Sarubbo <ago@gentoo.org> unbound-1.5.1-r2.ebuild: + Stable for amd64, wrt bug #532000 08 Apr 2015; Michał Górny <mgorny@gentoo.org> unbound-1.4.22-r1.ebuild: Drop old Python implementations diff --git a/net-dns/unbound/unbound-1.5.1-r2.ebuild b/net-dns/unbound/unbound-1.5.1-r2.ebuild index 66a0c0ef7705..3d6d22315048 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.1 2015/01/19 14:08:32 radhermit Exp $ +# $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 $ 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} )" |