diff options
author | 2012-04-26 11:01:44 +0000 | |
---|---|---|
committer | 2012-04-26 11:01:44 +0000 | |
commit | 46287b06a88d6d8dd00583dc5b14e1928a60d884 (patch) | |
tree | 42fa16a8407239ca0add66f0ba3eab49ff8fe1a9 /net-dns/unbound | |
parent | Stable for amd64, wrt bug #411885 (diff) | |
download | historical-46287b06a88d6d8dd00583dc5b14e1928a60d884.tar.gz historical-46287b06a88d6d8dd00583dc5b14e1928a60d884.tar.bz2 historical-46287b06a88d6d8dd00583dc5b14e1928a60d884.zip |
Stable for amd64, wrt bug #411885
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'net-dns/unbound')
-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 |