diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-20 15:16:49 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-20 15:16:49 +0000 |
commit | 97a0c6832b2e5a163c0aa687fbdc476cbe3fdcab (patch) | |
tree | 0c7093e28033425cf5c46dc0db95175b96502b39 /dev-python/ctypesgen | |
parent | Restricting pypy #403837 (diff) | |
download | gentoo-2-97a0c6832b2e5a163c0aa687fbdc476cbe3fdcab.tar.gz gentoo-2-97a0c6832b2e5a163c0aa687fbdc476cbe3fdcab.tar.bz2 gentoo-2-97a0c6832b2e5a163c0aa687fbdc476cbe3fdcab.zip |
Restricting pypy #403833
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/ctypesgen')
-rw-r--r-- | dev-python/ctypesgen/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/ctypesgen/ctypesgen-0_p72.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/ctypesgen/ChangeLog b/dev-python/ctypesgen/ChangeLog index e52933397594..04ad96852298 100644 --- a/dev-python/ctypesgen/ChangeLog +++ b/dev-python/ctypesgen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/ctypesgen -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypesgen/ChangeLog,v 1.22 2010/12/26 17:28:16 mattst88 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypesgen/ChangeLog,v 1.23 2012/02/20 15:16:49 patrick Exp $ + + 20 Feb 2012; Patrick Lauer <patrick@gentoo.org> ctypesgen-0_p72.ebuild: + Restricting pypy #403833 26 Dec 2010; Matt Turner <mattst88@gentoo.org> ctypesgen-0_p72.ebuild: Added ~mips, bug 263337 diff --git a/dev-python/ctypesgen/ctypesgen-0_p72.ebuild b/dev-python/ctypesgen/ctypesgen-0_p72.ebuild index 1f7999a6b92f..b436cd6ac702 100644 --- a/dev-python/ctypesgen/ctypesgen-0_p72.ebuild +++ b/dev-python/ctypesgen/ctypesgen-0_p72.ebuild @@ -1,10 +1,11 @@ -# 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/ctypesgen/ctypesgen-0_p72.ebuild,v 1.18 2010/12/26 17:28:16 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypesgen/ctypesgen-0_p72.ebuild,v 1.19 2012/02/20 15:16:49 patrick Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.7-pypy-*" inherit distutils |