diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-20 15:23:53 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-20 15:23:53 +0000 |
commit | 8363ccf8b9efbf0fa94e856ac0249c691a2c5772 (patch) | |
tree | e7ecacccc7e0c609de18ed3f064d8cc87cdd578c /dev-python/editobj | |
parent | Restricting pypy #403817 (diff) | |
download | historical-8363ccf8b9efbf0fa94e856ac0249c691a2c5772.tar.gz historical-8363ccf8b9efbf0fa94e856ac0249c691a2c5772.tar.bz2 historical-8363ccf8b9efbf0fa94e856ac0249c691a2c5772.zip |
Restricting pypy #403815
Package-Manager: portage-2.2.0_alpha87/cvs/Linux x86_64
Diffstat (limited to 'dev-python/editobj')
-rw-r--r-- | dev-python/editobj/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/editobj/editobj-0.5.7-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/editobj/ChangeLog b/dev-python/editobj/ChangeLog index 7e270c44f382..d3248a05d58a 100644 --- a/dev-python/editobj/ChangeLog +++ b/dev-python/editobj/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/editobj -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/ChangeLog,v 1.20 2010/12/26 17:09:45 arfrever Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/ChangeLog,v 1.21 2012/02/20 15:23:53 patrick Exp $ + + 20 Feb 2012; Patrick Lauer <patrick@gentoo.org> editobj-0.5.7-r1.ebuild: + Restricting pypy #403815 26 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> editobj-0.5.7-r1.ebuild: diff --git a/dev-python/editobj/editobj-0.5.7-r1.ebuild b/dev-python/editobj/editobj-0.5.7-r1.ebuild index 8459b5e75f30..19446ddbee94 100644 --- a/dev-python/editobj/editobj-0.5.7-r1.ebuild +++ b/dev-python/editobj/editobj-0.5.7-r1.ebuild @@ -1,12 +1,12 @@ -# 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/editobj/editobj-0.5.7-r1.ebuild,v 1.4 2010/12/26 17:09:45 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/editobj-0.5.7-r1.ebuild,v 1.5 2012/02/20 15:23:53 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" PYTHON_USE_WITH="tk" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" +RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" inherit distutils |