diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-20 14:52:46 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-20 14:52:46 +0000 |
commit | d8b3a45e7287de736214519b33a3cdf5759c9d9a (patch) | |
tree | 8cd4e5ce6f41588465b65fadb49beddfdcbc018f /dev-python/timelib | |
parent | Restricting pypy #404911 (diff) | |
download | gentoo-2-d8b3a45e7287de736214519b33a3cdf5759c9d9a.tar.gz gentoo-2-d8b3a45e7287de736214519b33a3cdf5759c9d9a.tar.bz2 gentoo-2-d8b3a45e7287de736214519b33a3cdf5759c9d9a.zip |
Restricting pypy #404909
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/timelib')
-rw-r--r-- | dev-python/timelib/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/timelib/timelib-0.2.2.ebuild | 5 | ||||
-rw-r--r-- | dev-python/timelib/timelib-0.2.3.ebuild | 6 |
3 files changed, 12 insertions, 7 deletions
diff --git a/dev-python/timelib/ChangeLog b/dev-python/timelib/ChangeLog index ebbaef64f035..aba6e6dabeb8 100644 --- a/dev-python/timelib/ChangeLog +++ b/dev-python/timelib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/timelib -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.6 2011/12/28 22:55:02 floppym Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.7 2012/02/20 14:52:46 patrick Exp $ + + 20 Feb 2012; Patrick Lauer <patrick@gentoo.org> timelib-0.2.2.ebuild, + timelib-0.2.3.ebuild: + Restricting pypy #404909 28 Dec 2011; Mike Gilbert <floppym@gentoo.org> timelib-0.2.3.ebuild: Restrict jython and drop CFLAGS override. Another Arfrever sighting. diff --git a/dev-python/timelib/timelib-0.2.2.ebuild b/dev-python/timelib/timelib-0.2.2.ebuild index 5a2e19990270..18a609199681 100644 --- a/dev-python/timelib/timelib-0.2.2.ebuild +++ b/dev-python/timelib/timelib-0.2.2.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.2.ebuild,v 1.1 2010/10/17 20:48:07 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.2.ebuild,v 1.2 2012/02/20 14:52:46 patrick Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.7-pypy-*" inherit distutils diff --git a/dev-python/timelib/timelib-0.2.3.ebuild b/dev-python/timelib/timelib-0.2.3.ebuild index ee1b782cceca..83501f34b335 100644 --- a/dev-python/timelib/timelib-0.2.3.ebuild +++ b/dev-python/timelib/timelib-0.2.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.3.ebuild,v 1.3 2011/12/28 22:55:02 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.3.ebuild,v 1.4 2012/02/20 14:52:46 patrick Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="*-jython" +RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*" inherit distutils |