diff options
-rw-r--r-- | net-dns/unbound/ChangeLog | 7 | ||||
-rw-r--r-- | net-dns/unbound/unbound-1.4.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-dns/unbound/ChangeLog b/net-dns/unbound/ChangeLog index 04e1e9122b84..098d608b4f91 100644 --- a/net-dns/unbound/ChangeLog +++ b/net-dns/unbound/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/unbound -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.3 2009/12/17 15:50:33 matsuu Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.4 2010/01/20 18:20:20 darkside Exp $ + + 20 Jan 2010; Jeremy Olexa <darkside@gentoo.org> unbound-1.4.1.ebuild: + Fix net-libs/ldns dependancy, requires USE=ssl support, bug 301257 *unbound-1.4.1 (17 Dec 2009) diff --git a/net-dns/unbound/unbound-1.4.1.ebuild b/net-dns/unbound/unbound-1.4.1.ebuild index 132ca3f54437..361259299e99 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-2009 Gentoo Foundation +# 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.1 2009/12/17 15:50:33 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.1.ebuild,v 1.2 2010/01/20 18:20:20 darkside Exp $ EAPI="2" @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="debug libevent python static test threads" RDEPEND=">=dev-libs/openssl-0.9.8 - >=net-libs/ldns-1.4 + >=net-libs/ldns-1.4[ssl] libevent? ( dev-libs/libevent )" DEPEND="${RDEPEND} python? ( dev-lang/swig ) |