summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2010-01-20 18:20:20 +0000
committerJeremy Olexa <darkside@gentoo.org>2010-01-20 18:20:20 +0000
commit0a5ebd970b683c9791776e5460384e25219fc553 (patch)
treeeb311916f0ecdd3a253156d423a4427509c41ae1 /net-dns/unbound
parentKeyword ~amd64-linux/~x86-linux (diff)
downloadgentoo-2-0a5ebd970b683c9791776e5460384e25219fc553.tar.gz
gentoo-2-0a5ebd970b683c9791776e5460384e25219fc553.tar.bz2
gentoo-2-0a5ebd970b683c9791776e5460384e25219fc553.zip
Fix net-libs/ldns dependancy, requires USE=ssl support, bug 301257
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'net-dns/unbound')
-rw-r--r--net-dns/unbound/ChangeLog7
-rw-r--r--net-dns/unbound/unbound-1.4.1.ebuild6
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 )