diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-11-30 23:35:25 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-11-30 23:35:25 +0000 |
commit | e78381f4a7f90c84ff4707dd6c05826dcfb70dd0 (patch) | |
tree | f3263807fc1f64478bbfe676bdabfa21a1c0e7e5 /net-dns | |
parent | Add ecdsa use flag to support openssl compiled with bindist enabled (bug #531... (diff) | |
download | gentoo-2-e78381f4a7f90c84ff4707dd6c05826dcfb70dd0.tar.gz gentoo-2-e78381f4a7f90c84ff4707dd6c05826dcfb70dd0.tar.bz2 gentoo-2-e78381f4a7f90c84ff4707dd6c05826dcfb70dd0.zip |
Simplify openssl deps when ecdsa support is enabled.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/unbound/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/unbound/unbound-1.5.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/unbound/ChangeLog b/net-dns/unbound/ChangeLog index 0f54f726a00e..9385e5f71e7e 100644 --- a/net-dns/unbound/ChangeLog +++ b/net-dns/unbound/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/unbound # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.79 2014/11/30 23:25:53 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.80 2014/11/30 23:35:25 radhermit Exp $ + + 30 Nov 2014; Tim Harder <radhermit@gentoo.org> unbound-1.5.0-r1.ebuild: + Simplify openssl deps when ecdsa support is enabled. *unbound-1.5.0-r1 (30 Nov 2014) diff --git a/net-dns/unbound/unbound-1.5.0-r1.ebuild b/net-dns/unbound/unbound-1.5.0-r1.ebuild index b81e3a394b4a..e98b5bf6ac6e 100644 --- a/net-dns/unbound/unbound-1.5.0-r1.ebuild +++ b/net-dns/unbound/unbound-1.5.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.5.0-r1.ebuild,v 1.1 2014/11/30 23:25:53 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.5.0-r1.ebuild,v 1.2 2014/11/30 23:35:25 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -29,7 +29,7 @@ CDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}] dev-libs/fstrm[${MULTILIB_USEDEP}] >=dev-libs/protobuf-c-1.0.2-r1[${MULTILIB_USEDEP}] ) - ecdsa? ( >=dev-libs/openssl-1.0.1h-r2[-bindist,${MULTILIB_USEDEP}] ) + ecdsa? ( dev-libs/openssl[-bindist] ) python? ( ${PYTHON_DEPS} )" DEPEND="${CDEPEND} |