summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2010-11-15 16:13:16 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2010-11-15 16:13:16 +0000
commit715df74b442052f08ba66b5cf37ea5f94a04e6b2 (patch)
treee8b05400b5bcd71a59d72e5bc4cf3faf476d23cb /net-dns
parentFix dependencies. (diff)
downloadgentoo-2-715df74b442052f08ba66b5cf37ea5f94a04e6b2.tar.gz
gentoo-2-715df74b442052f08ba66b5cf37ea5f94a04e6b2.tar.bz2
gentoo-2-715df74b442052f08ba66b5cf37ea5f94a04e6b2.zip
Fixed dependency, bug #345253.
(Portage version: 2.1.9.22/cvs/Linux x86_64)
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/unbound/ChangeLog6
-rw-r--r--net-dns/unbound/unbound-1.4.6.ebuild4
-rw-r--r--net-dns/unbound/unbound-1.4.7.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/net-dns/unbound/ChangeLog b/net-dns/unbound/ChangeLog
index b266b269b53f..f1e418b5aa7f 100644
--- a/net-dns/unbound/ChangeLog
+++ b/net-dns/unbound/ChangeLog
@@ -1,6 +1,10 @@
# 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.17 2010/11/09 00:03:12 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.18 2010/11/15 16:13:16 matsuu Exp $
+
+ 15 Nov 2010; MATSUU Takuto <matsuu@gentoo.org> unbound-1.4.6.ebuild,
+ unbound-1.4.7.ebuild:
+ Fixed dependency, bug #345253.
*unbound-1.4.7 (09 Nov 2010)
diff --git a/net-dns/unbound/unbound-1.4.6.ebuild b/net-dns/unbound/unbound-1.4.6.ebuild
index d04eab673869..58c4fa2c2594 100644
--- a/net-dns/unbound/unbound-1.4.6.ebuild
+++ b/net-dns/unbound/unbound-1.4.6.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.6.ebuild,v 1.1 2010/08/05 17:38:42 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.6.ebuild,v 1.2 2010/11/15 16:13:16 matsuu Exp $
EAPI="3"
PYTHON_DEPEND="python? 2"
@@ -18,7 +18,7 @@ IUSE="debug python static test threads"
RDEPEND="dev-libs/libevent
>=dev-libs/openssl-0.9.8
- >=net-libs/ldns-1.4[ssl]"
+ >=net-libs/ldns-1.6.5[ssl]"
# gost? ( >=dev-libs/openssl-1 )
DEPEND="${RDEPEND}
diff --git a/net-dns/unbound/unbound-1.4.7.ebuild b/net-dns/unbound/unbound-1.4.7.ebuild
index c3e53abc12e8..b549ce80a08c 100644
--- a/net-dns/unbound/unbound-1.4.7.ebuild
+++ b/net-dns/unbound/unbound-1.4.7.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.7.ebuild,v 1.1 2010/11/09 00:03:12 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.7.ebuild,v 1.2 2010/11/15 16:13:16 matsuu Exp $
EAPI="3"
PYTHON_DEPEND="python? 2"
@@ -18,7 +18,7 @@ IUSE="debug gost python static test threads"
RDEPEND="dev-libs/expat
dev-libs/libevent
>=dev-libs/openssl-0.9.8
- >=net-libs/ldns-1.4[ssl,gost?]"
+ >=net-libs/ldns-1.6.5[ssl,gost?]"
DEPEND="${RDEPEND}
python? ( dev-lang/swig )