diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-07-09 17:03:04 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-07-09 17:03:04 +0000 |
commit | 1da9618592fb84929dc6584f2f9ea18be1944b5f (patch) | |
tree | 263edf38738cd5d4cfbd68b7a3cf0e43466b3292 /net-libs/ldns | |
parent | Bump to 0.4.0, bug #516458, add libmpv use flag, bug #516742. Thanks to Nikoli. (diff) | |
download | gentoo-2-1da9618592fb84929dc6584f2f9ea18be1944b5f.tar.gz gentoo-2-1da9618592fb84929dc6584f2f9ea18be1944b5f.tar.bz2 gentoo-2-1da9618592fb84929dc6584f2f9ea18be1944b5f.zip |
Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-libs/ldns')
-rw-r--r-- | net-libs/ldns/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/ldns/ldns-1.6.16-r1.ebuild | 8 | ||||
-rw-r--r-- | net-libs/ldns/ldns-1.6.17.ebuild | 6 |
3 files changed, 14 insertions, 6 deletions
diff --git a/net-libs/ldns/ChangeLog b/net-libs/ldns/ChangeLog index 14e86e9bd6e0..4870acb5deb6 100644 --- a/net-libs/ldns/ChangeLog +++ b/net-libs/ldns/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/ldns # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ChangeLog,v 1.59 2014/06/18 20:37:50 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ChangeLog,v 1.60 2014/07/09 17:03:04 mgorny Exp $ + + 09 Jul 2014; Michał Górny <mgorny@gentoo.org> ldns-1.6.16-r1.ebuild, + ldns-1.6.17.ebuild: + Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE. 18 Jun 2014; Michał Górny <mgorny@gentoo.org> ldns-1.6.16-r1.ebuild, ldns-1.6.17.ebuild: diff --git a/net-libs/ldns/ldns-1.6.16-r1.ebuild b/net-libs/ldns/ldns-1.6.16-r1.ebuild index 5a9aa4f80c76..4b56375a8103 100644 --- a/net-libs/ldns/ldns-1.6.16-r1.ebuild +++ b/net-libs/ldns/ldns-1.6.16-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-libs/ldns/ldns-1.6.16-r1.ebuild,v 1.2 2014/06/18 20:37:50 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.16-r1.ebuild,v 1.3 2014/07/09 17:03:04 mgorny Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -20,13 +20,15 @@ RESTRICT="test" # 1.6.9 has no test directory RDEPEND="ssl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] ) ecdsa? ( >=dev-libs/openssl-1.0.1h-r2:0[-bindist,${MULTILIB_USEDEP}] ) - gost? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )" + gost? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] ) + python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} python? ( dev-lang/swig ) doc? ( app-doc/doxygen )" # configure will die if ecdsa is enabled and ssl is not -REQUIRED_USE="ecdsa? ( ssl )" +REQUIRED_USE="ecdsa? ( ssl ) + python? ( ${PYTHON_REQUIRED_USE} )" MULTILIB_CHOST_TOOLS=( /usr/bin/ldns-config diff --git a/net-libs/ldns/ldns-1.6.17.ebuild b/net-libs/ldns/ldns-1.6.17.ebuild index f4db1d483c9a..4462b124dbe4 100644 --- a/net-libs/ldns/ldns-1.6.17.ebuild +++ b/net-libs/ldns/ldns-1.6.17.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-libs/ldns/ldns-1.6.17.ebuild,v 1.2 2014/06/18 20:37:50 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.17.ebuild,v 1.3 2014/07/09 17:03:04 mgorny Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -17,12 +17,14 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar IUSE="dane doc +ecdsa gost python +ssl static-libs vim-syntax" # configure will die if ecdsa is enabled and ssl is not -REQUIRED_USE="ecdsa? ( ssl )" +REQUIRED_USE="ecdsa? ( ssl ) + python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" dane? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] ) ecdsa? ( >=dev-libs/openssl-1.0.1h-r2:0[-bindist,${MULTILIB_USEDEP}] ) gost? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] ) + python? ( ${PYTHON_DEPS} ) ssl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND} |