summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-02-21 08:51:39 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-02-21 08:51:39 +0000
commitad2f2671646fc505bf10a1f9ae1e0504b5f448da (patch)
tree011f4406417d09994179e64fb0b688bddd453fc9 /dev-python/iconvcodec
parentRestricting jython (diff)
downloadgentoo-2-ad2f2671646fc505bf10a1f9ae1e0504b5f448da.tar.gz
gentoo-2-ad2f2671646fc505bf10a1f9ae1e0504b5f448da.tar.bz2
gentoo-2-ad2f2671646fc505bf10a1f9ae1e0504b5f448da.zip
Restricting jython
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/iconvcodec')
-rw-r--r--dev-python/iconvcodec/ChangeLog7
-rw-r--r--dev-python/iconvcodec/iconvcodec-1.1.2.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/iconvcodec/ChangeLog b/dev-python/iconvcodec/ChangeLog
index 4c573a968eac..baa53e4b3527 100644
--- a/dev-python/iconvcodec/ChangeLog
+++ b/dev-python/iconvcodec/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/iconvcodec
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/ChangeLog,v 1.10 2010/09/29 22:21:34 arfrever Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/ChangeLog,v 1.11 2012/02/21 08:51:39 patrick Exp $
+
+ 21 Feb 2012; Patrick Lauer <patrick@gentoo.org> iconvcodec-1.1.2.ebuild:
+ Restricting jython
29 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
iconvcodec-1.1.2.ebuild:
diff --git a/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild b/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild
index ce672b8eb162..7d76f4e50276 100644
--- a/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild
+++ b/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2010 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/iconvcodec/iconvcodec-1.1.2.ebuild,v 1.8 2010/09/29 22:21:34 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild,v 1.9 2012/02/21 08:51:39 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
inherit distutils