diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-03-11 18:58:05 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-03-11 18:58:05 +0000 |
commit | 5648d5caf84a6c853c72accdeb1d5791effc0814 (patch) | |
tree | 5074002bdfbb1692f077aabf4fa6671ea36d958d /net-dns | |
parent | Stable on amd64 wrt bug #300362 (diff) | |
download | gentoo-2-5648d5caf84a6c853c72accdeb1d5791effc0814.tar.gz gentoo-2-5648d5caf84a6c853c72accdeb1d5791effc0814.tar.bz2 gentoo-2-5648d5caf84a6c853c72accdeb1d5791effc0814.zip |
Stable on amd64 wrt bug #300362
(Portage version: 2.2_rc67/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.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/unbound/ChangeLog b/net-dns/unbound/ChangeLog index 0990a70eea03..7614e9fb0d4e 100644 --- a/net-dns/unbound/ChangeLog +++ b/net-dns/unbound/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/unbound # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.7 2010/03/09 16:29:15 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.8 2010/03/11 18:58:05 hwoarang Exp $ + + 11 Mar 2010; Markos Chandras <hwoarang@gentoo.org> unbound-1.4.1.ebuild: + Stable on amd64 wrt bug #300362 *unbound-1.4.2 (09 Mar 2010) diff --git a/net-dns/unbound/unbound-1.4.1.ebuild b/net-dns/unbound/unbound-1.4.1.ebuild index 5a870ebabeab..22f29166a152 100644 --- a/net-dns/unbound/unbound-1.4.1.ebuild +++ b/net-dns/unbound/unbound-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.1.ebuild,v 1.3 2010/03/04 12:03:41 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.1.ebuild,v 1.4 2010/03/11 18:58:05 hwoarang Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://unbound.net/downloads/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="debug libevent python static test threads" RDEPEND=">=dev-libs/openssl-0.9.8 |