diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-04 22:33:07 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-04 22:33:07 +0000 |
commit | 520a1e9e25b95262679dab5c5476059e1cd4caf5 (patch) | |
tree | eaea3e55563cb2e50f399fb015f9142a79329d84 /media-gfx/gnofract4d | |
parent | Delete older ebuild. (diff) | |
download | historical-520a1e9e25b95262679dab5c5476059e1cd4caf5.tar.gz historical-520a1e9e25b95262679dab5c5476059e1cd4caf5.tar.bz2 historical-520a1e9e25b95262679dab5c5476059e1cd4caf5.zip |
Restrict 2.4, 2.5 and Jython ABIs.
Package-Manager: portage-2.2.0_alpha26_p6/cvs/Linux x86_64
Diffstat (limited to 'media-gfx/gnofract4d')
-rw-r--r-- | media-gfx/gnofract4d/gnofract4d-3.13.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/gnofract4d/gnofract4d-3.13.ebuild b/media-gfx/gnofract4d/gnofract4d-3.13.ebuild index 94b4255667cf..91e0f58378d1 100644 --- a/media-gfx/gnofract4d/gnofract4d-3.13.ebuild +++ b/media-gfx/gnofract4d/gnofract4d-3.13.ebuild @@ -1,12 +1,12 @@ -# 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/media-gfx/gnofract4d/gnofract4d-3.13.ebuild,v 1.3 2010/12/14 15:56:12 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnofract4d/gnofract4d-3.13.ebuild,v 1.4 2011/03/04 22:30:04 arfrever Exp $ EAPI=3 PYTHON_DEPEND="2:2.6" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="2.[45] 3.* *-jython" inherit distutils eutils fdo-mime |