summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2012-11-10 11:44:49 +0000
committerSergey Popov <pinkbyte@gentoo.org>2012-11-10 11:44:49 +0000
commit96fd4f125f0c0d03a646afa462b17190ae60a891 (patch)
tree213470452e22eb06680356e68befeea26f2512fc /dev-python
parentnet-libs/libs3: Drop Werror; do not strip files, #438416; respect CC; be verb... (diff)
downloadgentoo-2-96fd4f125f0c0d03a646afa462b17190ae60a891.tar.gz
gentoo-2-96fd4f125f0c0d03a646afa462b17190ae60a891.tar.bz2
gentoo-2-96fd4f125f0c0d03a646afa462b17190ae60a891.zip
Restrict usage of jython wrt bug #442424. Thanks to Ian Whyman for reporting this issue
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/compizconfig-python/ChangeLog7
-rw-r--r--dev-python/compizconfig-python/compizconfig-python-0.8.4-r4.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/compizconfig-python/ChangeLog b/dev-python/compizconfig-python/ChangeLog
index 8f6c8e0d6357..16f582494c80 100644
--- a/dev-python/compizconfig-python/ChangeLog
+++ b/dev-python/compizconfig-python/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/compizconfig-python
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/ChangeLog,v 1.27 2012/10/19 02:39:11 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/ChangeLog,v 1.28 2012/11/10 11:44:49 pinkbyte Exp $
+
+ 10 Nov 2012; Sergey Popov <pinkbyte@gentoo.org>
+ compizconfig-python-0.8.4-r4.ebuild:
+ Restrict usage of jython wrt bug #442424. Thanks to Ian Whyman for reporting
+ this issue
19 Oct 2012; Patrick Lauer <patrick@gentoo.org>
compizconfig-python-0.8.4-r4.ebuild:
diff --git a/dev-python/compizconfig-python/compizconfig-python-0.8.4-r4.ebuild b/dev-python/compizconfig-python/compizconfig-python-0.8.4-r4.ebuild
index d04ad5ca8013..f279772a277d 100644
--- a/dev-python/compizconfig-python/compizconfig-python-0.8.4-r4.ebuild
+++ b/dev-python/compizconfig-python/compizconfig-python-0.8.4-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/compizconfig-python-0.8.4-r4.ebuild,v 1.2 2012/10/19 02:39:11 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/compizconfig-python-0.8.4-r4.ebuild,v 1.3 2012/11/10 11:44:49 pinkbyte Exp $
EAPI="4"
@@ -10,7 +10,7 @@ PYTHON_EXPORT_PHASE_FUNCTIONS="1"
inherit python
-RESTRICT_PYTHON_ABIS="3.* *-pypy-*"
+RESTRICT_PYTHON_ABIS="3.* *-pypy-* *-jython"
DESCRIPTION="Compizconfig Python Bindings"
HOMEPAGE="http://www.compiz.org/"