radhermit 15/07/23 06:23:17 Modified: snakeoil-9999.ebuild ChangeLog Log: Add setuptools dep. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.20 dev-python/snakeoil/snakeoil-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/snakeoil-9999.ebuild?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/snakeoil-9999.ebuild?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/snakeoil-9999.ebuild?r1=1.19&r2=1.20 Index: snakeoil-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-9999.ebuild,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- snakeoil-9999.ebuild 1 Apr 2015 23:54:34 -0000 1.19 +++ snakeoil-9999.ebuild 23 Jul 2015 06:23:17 -0000 1.20 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-9999.ebuild,v 1.19 2015/04/01 23:54:34 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-9999.ebuild,v 1.20 2015/07/23 06:23:17 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -20,6 +20,8 @@ LICENSE="BSD" SLOT="0" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + python_configure_all() { # disable snakeoil 2to3 caching unset PY2TO3_CACHEDIR 1.84 dev-python/snakeoil/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/ChangeLog?rev=1.84&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/ChangeLog?rev=1.84&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/ChangeLog?r1=1.83&r2=1.84 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- ChangeLog 28 Jun 2015 21:17:30 -0000 1.83 +++ ChangeLog 23 Jul 2015 06:23:17 -0000 1.84 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/snakeoil # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.83 2015/06/28 21:17:30 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.84 2015/07/23 06:23:17 radhermit Exp $ + + 23 Jul 2015; Tim Harder <[email protected]> snakeoil-9999.ebuild: + Add setuptools dep. *snakeoil-0.6.4 (28 Jun 2015)
