diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-12 20:57:08 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-12 20:57:08 +0000 |
commit | b0bf42063067d72c658e14515da32373e9cae707 (patch) | |
tree | 17147d5a61a4faf24c911c820b6a47bfd7f100d9 /dev-python/pynotifier/pynotifier-0.7.0-r1.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-b0bf42063067d72c658e14515da32373e9cae707.tar.gz gentoo-2-b0bf42063067d72c658e14515da32373e9cae707.tar.bz2 gentoo-2-b0bf42063067d72c658e14515da32373e9cae707.zip |
Restrict Jython ABIs.
(Portage version: 2.2.0_alpha14_p4/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pynotifier/pynotifier-0.7.0-r1.ebuild')
-rw-r--r-- | dev-python/pynotifier/pynotifier-0.7.0-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/pynotifier/pynotifier-0.7.0-r1.ebuild b/dev-python/pynotifier/pynotifier-0.7.0-r1.ebuild index c4b5086abcb3..0e0c29e433f3 100644 --- a/dev-python/pynotifier/pynotifier-0.7.0-r1.ebuild +++ b/dev-python/pynotifier/pynotifier-0.7.0-r1.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2009 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/pynotifier/pynotifier-0.7.0-r1.ebuild,v 1.4 2009/10/10 10:05:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pynotifier/pynotifier-0.7.0-r1.ebuild,v 1.5 2011/01/12 20:57:08 arfrever Exp $ -EAPI="2" +EAPI="3" +PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils @@ -21,8 +23,6 @@ RDEPEND="dev-python/twisted gtk? ( dev-python/pygobject ) qt4? ( dev-python/PyQt4[X] )" -RESTRICT_PYTHON_ABIS="3*" - PYTHON_MODNAME="notifier" src_prepare() { |