diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-03-04 12:03:41 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-03-04 12:03:41 +0000 |
commit | 94cb80d9d1873fc85bba6f039cc6f8fb5576c73b (patch) | |
tree | ea184f688aada2e2396424e8279e3860b37f7f6a | |
parent | x86 stable wrt bug #300362, arch-tested by Andreas Schurch (diff) | |
download | gentoo-2-94cb80d9d1873fc85bba6f039cc6f8fb5576c73b.tar.gz gentoo-2-94cb80d9d1873fc85bba6f039cc6f8fb5576c73b.tar.bz2 gentoo-2-94cb80d9d1873fc85bba6f039cc6f8fb5576c73b.zip |
x86 stable wrt bug #300362, arch-tested by Andreas Schurch
(Portage version: 2.1.7.17/cvs/Linux i686)
-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 40cfa5c42231..acd121c037a5 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.5 2010/01/20 18:22:05 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.6 2010/03/04 12:03:41 phajdan.jr Exp $ + + 04 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> unbound-1.4.1.ebuild: + x86 stable wrt bug #300362, arch-tested by Andreas Schurch 20 Jan 2010; Jeremy Olexa <darkside@gentoo.org> unbound-1.4.1.ebuild: Fix net-libs/ldns dependency, requires USE=ssl support, bug 301257 diff --git a/net-dns/unbound/unbound-1.4.1.ebuild b/net-dns/unbound/unbound-1.4.1.ebuild index 361259299e99..5a870ebabeab 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.2 2010/01/20 18:20:20 darkside Exp $ +# $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 $ 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 |