diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-05-11 19:37:25 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-05-11 19:37:25 +0000 |
commit | 64bb4eaff565c0c06cd9395fa872845d68ccb769 (patch) | |
tree | e082c85f6849a642fb6be73292fe75ce17f0fc8e /net-dns | |
parent | Stable on amd64 wrt bug #362015 (diff) | |
download | gentoo-2-64bb4eaff565c0c06cd9395fa872845d68ccb769.tar.gz gentoo-2-64bb4eaff565c0c06cd9395fa872845d68ccb769.tar.bz2 gentoo-2-64bb4eaff565c0c06cd9395fa872845d68ccb769.zip |
Stable on amd64 wrt bug #362015
(Portage version: 2.2.0_alpha32/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.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/unbound/ChangeLog b/net-dns/unbound/ChangeLog index 37bec81a6bc9..0dc443663d72 100644 --- a/net-dns/unbound/ChangeLog +++ b/net-dns/unbound/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/unbound # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.22 2011/05/07 17:03:23 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.23 2011/05/11 19:37:25 angelos Exp $ + + 11 May 2011; Christoph Mende <angelos@gentoo.org> unbound-1.4.8.ebuild: + Stable on amd64 wrt bug #362015 07 May 2011; Thomas Kahle <tomka@gentoo.org> unbound-1.4.8.ebuild: x86 stable per bug 362015 diff --git a/net-dns/unbound/unbound-1.4.8.ebuild b/net-dns/unbound/unbound-1.4.8.ebuild index 531458b1ce42..0d6864b7c76e 100644 --- a/net-dns/unbound/unbound-1.4.8.ebuild +++ b/net-dns/unbound/unbound-1.4.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.8.ebuild,v 1.2 2011/05/07 17:03:23 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.8.ebuild,v 1.3 2011/05/11 19:37:25 angelos Exp $ EAPI="3" PYTHON_DEPEND="python? 2" @@ -12,7 +12,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 static-libs test threads" RDEPEND="dev-libs/expat |