diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-04-26 11:00:59 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-04-26 11:00:59 +0000 |
commit | da4ccb56ca8ddd8798eabbdaba6b5d0b20fd78f2 (patch) | |
tree | 9a9145b69a4027a2ca2d5a35bd29a36ef4a8ce7d /net-dns | |
parent | Stable for amd64, wrt bug #413081 (diff) | |
download | gentoo-2-da4ccb56ca8ddd8798eabbdaba6b5d0b20fd78f2.tar.gz gentoo-2-da4ccb56ca8ddd8798eabbdaba6b5d0b20fd78f2.tar.bz2 gentoo-2-da4ccb56ca8ddd8798eabbdaba6b5d0b20fd78f2.zip |
Stable for amd64, wrt bug #411885
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/unbound/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/unbound/unbound-1.4.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/unbound/ChangeLog b/net-dns/unbound/ChangeLog index f6a91ec36344..55fe72e143b4 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.38 2012/02/27 14:07:00 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.39 2012/04/26 11:00:59 ago Exp $ + + 26 Apr 2012; Agostino Sarubbo <ago@gentoo.org> unbound-1.4.16.ebuild: + Stable for amd64, wrt bug #411885 27 Feb 2012; Patrick Lauer <patrick@gentoo.org> unbound-1.4.13_p2.ebuild, unbound-1.4.14.ebuild, unbound-1.4.15.ebuild, unbound-1.4.16.ebuild: diff --git a/net-dns/unbound/unbound-1.4.16.ebuild b/net-dns/unbound/unbound-1.4.16.ebuild index d0c7817c3de2..352e963266a9 100644 --- a/net-dns/unbound/unbound-1.4.16.ebuild +++ b/net-dns/unbound/unbound-1.4.16.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.16.ebuild,v 1.3 2012/02/27 14:07:00 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.16.ebuild,v 1.4 2012/04/26 11:00:59 ago Exp $ EAPI="3" 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 ~x86 ~x64-macos" IUSE="debug gost python selinux static-libs test threads" RDEPEND="dev-libs/expat |