mgorny 14/11/30 16:58:29 Modified: rdflib-4.1.2.ebuild ChangeLog Log: Add missing PYTHON_USEDEPs. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.8 dev-python/rdflib/rdflib-4.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild?r1=1.7&r2=1.8 Index: rdflib-4.1.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- rdflib-4.1.2.ebuild 20 Nov 2014 16:59:45 -0000 1.7 +++ rdflib-4.1.2.ebuild 30 Nov 2014 16:58:29 -0000 1.8 @@ -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/dev-python/rdflib/rdflib-4.1.2.ebuild,v 1.7 2014/11/20 16:59:45 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild,v 1.8 2014/11/30 16:58:29 mgorny Exp $ EAPI=5 @@ -27,7 +27,7 @@ dev-python/pyparsing[${PYTHON_USEDEP}] berkdb? ( dev-python/bsddb3[${PYTHON_USEDEP}] ) mysql? ( dev-python/mysql-python[$(python_gen_usedep 'python2*')] ) - redland? ( dev-libs/redland-bindings[python] )" + redland? ( dev-libs/redland-bindings[python,$(python_gen_usedep 'python2*')] )" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/sparql-wrapper[${PYTHON_USEDEP}] 1.49 dev-python/rdflib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/ChangeLog?rev=1.49&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/ChangeLog?rev=1.49&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/ChangeLog?r1=1.48&r2=1.49 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- ChangeLog 20 Nov 2014 16:59:45 -0000 1.48 +++ ChangeLog 30 Nov 2014 16:58:29 -0000 1.49 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/rdflib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.48 2014/11/20 16:59:45 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.49 2014/11/30 16:58:29 mgorny Exp $ + + 30 Nov 2014; Michał Górny <[email protected]> rdflib-4.1.2.ebuild: + Add missing PYTHON_USEDEPs. 20 Nov 2014; Tobias Klausmann <[email protected]> rdflib-4.1.2.ebuild: Keyworded on alpha, bug 518436
