diff options
Diffstat (limited to 'dev-python/py-notify/py-notify-0.3.1.ebuild')
-rw-r--r-- | dev-python/py-notify/py-notify-0.3.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/py-notify/py-notify-0.3.1.ebuild b/dev-python/py-notify/py-notify-0.3.1.ebuild index 5e46d82fc99b..d85acc751a55 100644 --- a/dev-python/py-notify/py-notify-0.3.1.ebuild +++ b/dev-python/py-notify/py-notify-0.3.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2011 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/py-notify/py-notify-0.3.1.ebuild,v 1.1 2011/09/13 14:51:59 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py-notify/py-notify-0.3.1.ebuild,v 1.2 2012/02/21 08:43:46 patrick Exp $ EAPI=2 PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* *-jython" inherit python distutils |