diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-02-11 18:59:32 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-02-11 18:59:32 +0000 |
commit | f6d1843d1f9ad8a974fa505081a4be7a494dd39b (patch) | |
tree | a8c8070d82603365b74afb2f63ba51a4f77ac78c /dev-python/guppy/guppy-0.1.9.ebuild | |
parent | As talked with the rest of the team, none of us is willing to maintain this. (diff) | |
download | gentoo-2-f6d1843d1f9ad8a974fa505081a4be7a494dd39b.tar.gz gentoo-2-f6d1843d1f9ad8a974fa505081a4be7a494dd39b.tar.bz2 gentoo-2-f6d1843d1f9ad8a974fa505081a4be7a494dd39b.zip |
Restrict Jython ABIs. Avoid breaking strict-aliasing rules.
(Portage version: 2.2.0_alpha23_p1/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/guppy/guppy-0.1.9.ebuild')
-rw-r--r-- | dev-python/guppy/guppy-0.1.9.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/guppy/guppy-0.1.9.ebuild b/dev-python/guppy/guppy-0.1.9.ebuild index 5e4e690a41be..5c62211d500e 100644 --- a/dev-python/guppy/guppy-0.1.9.ebuild +++ b/dev-python/guppy/guppy-0.1.9.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/guppy/guppy-0.1.9.ebuild,v 1.4 2010/10/30 19:52:51 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/guppy/guppy-0.1.9.ebuild,v 1.5 2011/02/11 18:59:32 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils @@ -21,6 +21,8 @@ IUSE="" DEPEND="" RDEPEND="" +PYTHON_CFLAGS=("2.* + -fno-strict-aliasing") + DOCS="ANNOUNCE ChangeLog" src_test() { |