diff options
author | Jesus Rivero <neurogeek@gentoo.org> | 2012-08-02 22:21:51 +0000 |
---|---|---|
committer | Jesus Rivero <neurogeek@gentoo.org> | 2012-08-02 22:21:51 +0000 |
commit | f72700ea237e06249db4a26a812247a4bd9f3877 (patch) | |
tree | 237024eebcadae5762c6ae73689a37f6c3b4a60f /dev-util/scons | |
parent | Version bump. Keyword amd64-linux x86-linux (diff) | |
download | gentoo-2-f72700ea237e06249db4a26a812247a4bd9f3877.tar.gz gentoo-2-f72700ea237e06249db4a26a812247a4bd9f3877.tar.bz2 gentoo-2-f72700ea237e06249db4a26a812247a4bd9f3877.zip |
Bumped to EAPI 4 and added xml(+) to PYTHON_USE_WITH
(Portage version: 2.2.0_alpha100/cvs/Linux i686)
Diffstat (limited to 'dev-util/scons')
-rw-r--r-- | dev-util/scons/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/scons/scons-2.0.1-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-util/scons/scons-2.0.1.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-util/scons/ChangeLog b/dev-util/scons/ChangeLog index 256cd8c7785f..31a546e6a59b 100644 --- a/dev-util/scons/ChangeLog +++ b/dev-util/scons/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/scons # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.114 2012/08/02 06:56:04 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.115 2012/08/02 22:21:51 neurogeek Exp $ + + 02 Aug 2012; Jesus Rivero <neurogeek@gentoo.org> scons-2.0.1.ebuild, + scons-2.0.1-r1.ebuild: + Bumped to EAPI 4 and added threads(+) to PYTHON_USE_WITH 02 Aug 2012; Patrick Lauer <patrick@gentoo.org> scons-2.1.0.ebuild: Restricting jython diff --git a/dev-util/scons/scons-2.0.1-r1.ebuild b/dev-util/scons/scons-2.0.1-r1.ebuild index b1891bdea860..91bacc412ddf 100644 --- a/dev-util/scons/scons-2.0.1-r1.ebuild +++ b/dev-util/scons/scons-2.0.1-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.0.1-r1.ebuild,v 1.6 2012/02/20 15:29:44 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.0.1-r1.ebuild,v 1.7 2012/08/02 22:21:51 neurogeek Exp $ -EAPI="3" +EAPI="4" PYTHON_DEPEND="2" -PYTHON_USE_WITH="threads" +PYTHON_USE_WITH="threads(+)" SUPPORT_PYTHON_ABIS=1 RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*" diff --git a/dev-util/scons/scons-2.0.1.ebuild b/dev-util/scons/scons-2.0.1.ebuild index f95e905b6711..603c9e735e56 100644 --- a/dev-util/scons/scons-2.0.1.ebuild +++ b/dev-util/scons/scons-2.0.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.0.1.ebuild,v 1.12 2012/02/20 15:29:44 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.0.1.ebuild,v 1.13 2012/08/02 22:21:51 neurogeek Exp $ -EAPI="3" +EAPI="4" PYTHON_DEPEND="2" -PYTHON_USE_WITH="threads" +PYTHON_USE_WITH="threads(+)" RESTRICT_PYTHON_ABIS="2.7-pypy-*" inherit distutils eutils multilib |