pesa 14/09/20 23:58:11 Modified: shiboken-1.2.2.ebuild ChangeLog Log: Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE. (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
Revision Changes Path 1.5 dev-python/shiboken/shiboken-1.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild?r1=1.4&r2=1.5 Index: shiboken-1.2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- shiboken-1.2.2.ebuild 20 Sep 2014 23:15:39 -0000 1.4 +++ shiboken-1.2.2.ebuild 20 Sep 2014 23:58:11 -0000 1.5 @@ -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/shiboken/shiboken-1.2.2.ebuild,v 1.4 2014/09/20 23:15:39 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild,v 1.5 2014/09/20 23:58:11 pesa Exp $ EAPI=5 @@ -15,9 +15,12 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" + IUSE="test" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" + ${PYTHON_DEPS} dev-libs/libxml2 dev-libs/libxslt dev-qt/qtcore:4 1.55 dev-python/shiboken/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?rev=1.55&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?rev=1.55&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?r1=1.54&r2=1.55 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- ChangeLog 20 Sep 2014 23:15:39 -0000 1.54 +++ ChangeLog 20 Sep 2014 23:58:11 -0000 1.55 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/shiboken # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.54 2014/09/20 23:15:39 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.55 2014/09/20 23:58:11 pesa Exp $ + + 20 Sep 2014; Davide Pesavento <[email protected]> shiboken-1.2.2.ebuild: + Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE. 20 Sep 2014; Davide Pesavento <[email protected]> +files/1.2.2-Fix-tests-with-Python-3.patch, shiboken-1.2.2.ebuild:
