diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-05 15:44:26 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-05 15:44:26 +0000 |
commit | a3a5917bc64c3273e6bf4abf28e274789925d590 (patch) | |
tree | 6316fbfea14a8b048354215062f5a366c974f807 /app-office/gtg | |
parent | alpha/arm/ia64/s390/sh/sparc stable wrt #354237 (diff) | |
download | gentoo-2-a3a5917bc64c3273e6bf4abf28e274789925d590.tar.gz gentoo-2-a3a5917bc64c3273e6bf4abf28e274789925d590.tar.bz2 gentoo-2-a3a5917bc64c3273e6bf4abf28e274789925d590.zip |
Restrict 2.4, 2.5 and Jython ABIs.
(Portage version: 2.2.0_alpha26_p6/cvs/Linux x86_64)
Diffstat (limited to 'app-office/gtg')
-rw-r--r-- | app-office/gtg/gtg-0.2.4-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/gtg/gtg-0.2.4-r1.ebuild b/app-office/gtg/gtg-0.2.4-r1.ebuild index 36b11e09b6d8..136b4b2fef9b 100644 --- a/app-office/gtg/gtg-0.2.4-r1.ebuild +++ b/app-office/gtg/gtg-0.2.4-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gtg/gtg-0.2.4-r1.ebuild,v 1.2 2011/03/05 10:21:28 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gtg/gtg-0.2.4-r1.ebuild,v 1.3 2011/03/05 15:44:26 arfrever Exp $ EAPI="3" -PYTHON_DEPEND="2" +PYTHON_DEPEND="2:2.6" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="2.[45] 3.* *-jython" inherit eutils fdo-mime gnome2-utils distutils |