summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/pywebkitgtk/ChangeLog7
-rw-r--r--dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pywebkitgtk/ChangeLog b/dev-python/pywebkitgtk/ChangeLog
index dbcc6bdf05ca..09273b15d61f 100644
--- a/dev-python/pywebkitgtk/ChangeLog
+++ b/dev-python/pywebkitgtk/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pywebkitgtk
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v 1.25 2011/03/21 23:03:17 nirbheek Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v 1.26 2012/02/24 08:14:23 patrick Exp $
+
+ 24 Feb 2012; Patrick Lauer <patrick@gentoo.org> pywebkitgtk-1.1.8.ebuild:
+ Restricting pypy and jython
21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
pywebkitgtk-1.1.8.ebuild:
diff --git a/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild b/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild
index bb0bf5c87032..3a7247e00fe3 100644
--- a/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild
+++ b/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.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/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v 1.6 2011/03/21 23:03:17 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v 1.7 2012/02/24 08:14:23 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2:2.6"
PYTHON_EXPORT_PHASE_FUNCTIONS="1"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 2.5 3.*"
+RESTRICT_PYTHON_ABIS="2.4 2.5 3.* 2.7-pypy-* *-jython"
inherit python