diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2010-11-15 16:13:16 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2010-11-15 16:13:16 +0000 |
commit | d790c2c68440ea6f0ecb346c878f740a5018a314 (patch) | |
tree | 21c72d156c17e99705fff01a6fc765c3194712c4 /net-dns/unbound/unbound-1.4.6.ebuild | |
parent | Fix dependencies. (diff) | |
download | historical-d790c2c68440ea6f0ecb346c878f740a5018a314.tar.gz historical-d790c2c68440ea6f0ecb346c878f740a5018a314.tar.bz2 historical-d790c2c68440ea6f0ecb346c878f740a5018a314.zip |
Fixed dependency, bug #345253.
Package-Manager: portage-2.1.9.22/cvs/Linux x86_64
Diffstat (limited to 'net-dns/unbound/unbound-1.4.6.ebuild')
-rw-r--r-- | net-dns/unbound/unbound-1.4.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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} |