diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-12-01 02:56:45 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-12-01 02:56:45 +0000 |
commit | cd7376ba7f23573d0b958eb27c8df1db47b1ec65 (patch) | |
tree | 550e78175e234a9e5d64ad33b644770a05bdb862 /net-dns/unbound | |
parent | Add upstream bug url. (diff) | |
download | gentoo-2-cd7376ba7f23573d0b958eb27c8df1db47b1ec65.tar.gz gentoo-2-cd7376ba7f23573d0b958eb27c8df1db47b1ec65.tar.bz2 gentoo-2-cd7376ba7f23573d0b958eb27c8df1db47b1ec65.zip |
Add slot to openssl deps.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'net-dns/unbound')
-rw-r--r-- | net-dns/unbound/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/unbound/unbound-1.5.0-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-dns/unbound/ChangeLog b/net-dns/unbound/ChangeLog index 9385e5f71e7e..760aeff810ca 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.80 2014/11/30 23:35:25 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.81 2014/12/01 02:56:45 floppym Exp $ + + 01 Dec 2014; Mike Gilbert <floppym@gentoo.org> unbound-1.5.0-r1.ebuild: + Add slot to openssl deps. 30 Nov 2014; Tim Harder <radhermit@gentoo.org> unbound-1.5.0-r1.ebuild: Simplify openssl deps when ecdsa support is enabled. diff --git a/net-dns/unbound/unbound-1.5.0-r1.ebuild b/net-dns/unbound/unbound-1.5.0-r1.ebuild index e98b5bf6ac6e..7334419babc4 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.2 2014/11/30 23:35:25 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.5.0-r1.ebuild,v 1.3 2014/12/01 02:56:45 floppym Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -24,12 +24,12 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" CDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}] >=dev-libs/libevent-2.0.21[${MULTILIB_USEDEP}] - >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] + >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] dnstap? ( dev-libs/fstrm[${MULTILIB_USEDEP}] >=dev-libs/protobuf-c-1.0.2-r1[${MULTILIB_USEDEP}] ) - ecdsa? ( dev-libs/openssl[-bindist] ) + ecdsa? ( dev-libs/openssl:0[-bindist] ) python? ( ${PYTHON_DEPS} )" DEPEND="${CDEPEND} |