mgorny 14/07/09 17:03:04 Modified: ldns-1.6.17.ebuild ldns-1.6.16-r1.ebuild ChangeLog Log: Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.3 net-libs/ldns/ldns-1.6.17.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.17.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.17.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.17.ebuild?r1=1.2&r2=1.3 Index: ldns-1.6.17.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.17.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ldns-1.6.17.ebuild 18 Jun 2014 20:37:50 -0000 1.2 +++ ldns-1.6.17.ebuild 9 Jul 2014 17:03:04 -0000 1.3 @@ -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 @@ 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} 1.3 net-libs/ldns/ldns-1.6.16-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.16-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.16-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.16-r1.ebuild?r1=1.2&r2=1.3 Index: ldns-1.6.16-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.16-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ldns-1.6.16-r1.ebuild 18 Jun 2014 20:37:50 -0000 1.2 +++ ldns-1.6.16-r1.ebuild 9 Jul 2014 17:03:04 -0000 1.3 @@ -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 @@ 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 1.60 net-libs/ldns/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ChangeLog?rev=1.60&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ChangeLog?rev=1.60&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ChangeLog?r1=1.59&r2=1.60 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/ldns/ChangeLog,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- ChangeLog 18 Jun 2014 20:37:50 -0000 1.59 +++ ChangeLog 9 Jul 2014 17:03:04 -0000 1.60 @@ -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 <[email protected]> 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 <[email protected]> ldns-1.6.16-r1.ebuild, ldns-1.6.17.ebuild:
