summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-09-05 19:01:34 +0000
committerMichał Górny <mgorny@gentoo.org>2013-09-05 19:01:34 +0000
commitb7cf71988450dc434be455b130a22126b85d9f11 (patch)
tree77d6372e822b37af035bfb923799c45371a67cfc /net-libs
parentClean up PYTHON_COMPAT from old implementations. (diff)
downloadgentoo-2-b7cf71988450dc434be455b130a22126b85d9f11.tar.gz
gentoo-2-b7cf71988450dc434be455b130a22126b85d9f11.tar.bz2
gentoo-2-b7cf71988450dc434be455b130a22126b85d9f11.zip
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/dslib/ChangeLog5
-rw-r--r--net-libs/dslib/dslib-3.0-r1.ebuild4
-rw-r--r--net-libs/libsoup/ChangeLog6
-rw-r--r--net-libs/libsoup/libsoup-2.40.3.ebuild4
-rw-r--r--net-libs/libsoup/libsoup-2.42.1.ebuild4
-rw-r--r--net-libs/libsoup/libsoup-2.42.2-r1.ebuild4
-rw-r--r--net-libs/libsoup/libsoup-2.42.2.ebuild4
-rw-r--r--net-libs/nodejs/ChangeLog6
-rw-r--r--net-libs/nodejs/nodejs-0.10.17.ebuild4
-rw-r--r--net-libs/nodejs/nodejs-0.10.18.ebuild4
-rw-r--r--net-libs/telepathy-glib/ChangeLog6
-rw-r--r--net-libs/telepathy-glib/telepathy-glib-0.20.1-r1.ebuild4
-rw-r--r--net-libs/telepathy-glib/telepathy-glib-0.20.3.ebuild4
-rw-r--r--net-libs/telepathy-glib/telepathy-glib-0.20.4.ebuild4
-rw-r--r--net-libs/telepathy-qt/ChangeLog5
-rw-r--r--net-libs/telepathy-qt/telepathy-qt-0.9.3-r1.ebuild4
-rw-r--r--net-libs/webkit-gtk/ChangeLog7
-rw-r--r--net-libs/webkit-gtk/webkit-gtk-1.10.2-r300.ebuild4
-rw-r--r--net-libs/webkit-gtk/webkit-gtk-1.8.3-r200.ebuild4
-rw-r--r--net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild4
-rw-r--r--net-libs/webkit-gtk/webkit-gtk-1.8.3-r300.ebuild4
-rw-r--r--net-libs/webkit-gtk/webkit-gtk-2.0.4.ebuild4
22 files changed, 61 insertions, 38 deletions
diff --git a/net-libs/dslib/ChangeLog b/net-libs/dslib/ChangeLog
index dd4d242fbb72..775ab6def994 100644
--- a/net-libs/dslib/ChangeLog
+++ b/net-libs/dslib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/dslib
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/ChangeLog,v 1.17 2013/05/20 12:55:08 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/ChangeLog,v 1.18 2013/09/05 19:01:34 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> dslib-3.0-r1.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
20 May 2013; Tomáš Chvátal <scarabeus@gentoo.org> -dslib-3.0.ebuild,
dslib-3.0-r1.ebuild:
diff --git a/net-libs/dslib/dslib-3.0-r1.ebuild b/net-libs/dslib/dslib-3.0-r1.ebuild
index 5a7c2e9374ee..6097770e866d 100644
--- a/net-libs/dslib/dslib-3.0-r1.ebuild
+++ b/net-libs/dslib/dslib-3.0-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/dslib-3.0-r1.ebuild,v 1.2 2013/05/20 12:55:08 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/dslib-3.0-r1.ebuild,v 1.3 2013/09/05 19:01:34 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1
diff --git a/net-libs/libsoup/ChangeLog b/net-libs/libsoup/ChangeLog
index 9f2758297b83..ce0a047aabf4 100644
--- a/net-libs/libsoup/ChangeLog
+++ b/net-libs/libsoup/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/libsoup
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.308 2013/08/29 22:07:19 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.309 2013/09/05 19:01:33 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> libsoup-2.40.3.ebuild,
+ libsoup-2.42.1.ebuild, libsoup-2.42.2-r1.ebuild, libsoup-2.42.2.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
*libsoup-2.42.2-r1 (29 Aug 2013)
diff --git a/net-libs/libsoup/libsoup-2.40.3.ebuild b/net-libs/libsoup/libsoup-2.40.3.ebuild
index 55f64ee8ad13..51406f1f1d70 100644
--- a/net-libs/libsoup/libsoup-2.40.3.ebuild
+++ b/net-libs/libsoup/libsoup-2.40.3.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.40.3.ebuild,v 1.2 2013/02/25 08:55:44 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.40.3.ebuild,v 1.3 2013/09/05 19:01:33 mgorny Exp $
EAPI="5"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_{5,6,7} )
+PYTHON_COMPAT=( python2_{6,7} )
inherit gnome2 python-any-r1
diff --git a/net-libs/libsoup/libsoup-2.42.1.ebuild b/net-libs/libsoup/libsoup-2.42.1.ebuild
index 0e4c3a8ad7bb..997f95cc0b80 100644
--- a/net-libs/libsoup/libsoup-2.42.1.ebuild
+++ b/net-libs/libsoup/libsoup-2.42.1.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.42.1.ebuild,v 1.3 2013/05/03 00:27:33 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.42.1.ebuild,v 1.4 2013/09/05 19:01:33 mgorny Exp $
EAPI="5"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
inherit eutils gnome2 python-any-r1
diff --git a/net-libs/libsoup/libsoup-2.42.2-r1.ebuild b/net-libs/libsoup/libsoup-2.42.2-r1.ebuild
index dfbe37afd276..4c2f4c81d060 100644
--- a/net-libs/libsoup/libsoup-2.42.2-r1.ebuild
+++ b/net-libs/libsoup/libsoup-2.42.2-r1.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.42.2-r1.ebuild,v 1.1 2013/08/29 22:07:19 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.42.2-r1.ebuild,v 1.2 2013/09/05 19:01:33 mgorny Exp $
EAPI="5"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
inherit gnome2 python-any-r1
diff --git a/net-libs/libsoup/libsoup-2.42.2.ebuild b/net-libs/libsoup/libsoup-2.42.2.ebuild
index 844cd7ef1801..831977d9eca0 100644
--- a/net-libs/libsoup/libsoup-2.42.2.ebuild
+++ b/net-libs/libsoup/libsoup-2.42.2.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.42.2.ebuild,v 1.2 2013/05/03 00:27:33 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.42.2.ebuild,v 1.3 2013/09/05 19:01:33 mgorny Exp $
EAPI="5"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
inherit eutils gnome2 python-any-r1
diff --git a/net-libs/nodejs/ChangeLog b/net-libs/nodejs/ChangeLog
index 04ab18038b1c..9a4321dd173a 100644
--- a/net-libs/nodejs/ChangeLog
+++ b/net-libs/nodejs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/nodejs
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/nodejs/ChangeLog,v 1.101 2013/09/05 03:05:37 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/nodejs/ChangeLog,v 1.102 2013/09/05 19:01:34 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> nodejs-0.10.17.ebuild,
+ nodejs-0.10.18.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
*nodejs-0.11.7 (05 Sep 2013)
*nodejs-0.10.18 (05 Sep 2013)
diff --git a/net-libs/nodejs/nodejs-0.10.17.ebuild b/net-libs/nodejs/nodejs-0.10.17.ebuild
index aa8526c15147..20a8c3c22355 100644
--- a/net-libs/nodejs/nodejs-0.10.17.ebuild
+++ b/net-libs/nodejs/nodejs-0.10.17.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/nodejs/nodejs-0.10.17.ebuild,v 1.1 2013/08/23 09:12:21 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/nodejs/nodejs-0.10.17.ebuild,v 1.2 2013/09/05 19:01:34 mgorny Exp $
EAPI=5
# has known failures. sigh.
RESTRICT="test"
-PYTHON_COMPAT=( python2_{5,6,7} )
+PYTHON_COMPAT=( python2_{6,7} )
inherit python-any-r1 pax-utils
diff --git a/net-libs/nodejs/nodejs-0.10.18.ebuild b/net-libs/nodejs/nodejs-0.10.18.ebuild
index a3cec2d98b84..4f575631bdc5 100644
--- a/net-libs/nodejs/nodejs-0.10.18.ebuild
+++ b/net-libs/nodejs/nodejs-0.10.18.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/nodejs/nodejs-0.10.18.ebuild,v 1.1 2013/09/05 03:05:37 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/nodejs/nodejs-0.10.18.ebuild,v 1.2 2013/09/05 19:01:34 mgorny Exp $
EAPI=5
# has known failures. sigh.
RESTRICT="test"
-PYTHON_COMPAT=( python2_{5,6,7} )
+PYTHON_COMPAT=( python2_{6,7} )
inherit python-any-r1 pax-utils
diff --git a/net-libs/telepathy-glib/ChangeLog b/net-libs/telepathy-glib/ChangeLog
index 85ade607f2d3..2623158afc96 100644
--- a/net-libs/telepathy-glib/ChangeLog
+++ b/net-libs/telepathy-glib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/telepathy-glib
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.138 2013/07/24 19:02:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.139 2013/09/05 19:01:34 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> telepathy-glib-0.20.1-r1.ebuild,
+ telepathy-glib-0.20.3.ebuild, telepathy-glib-0.20.4.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
*telepathy-glib-0.20.4 (24 Jul 2013)
diff --git a/net-libs/telepathy-glib/telepathy-glib-0.20.1-r1.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.20.1-r1.ebuild
index 333a5105a828..43121933d401 100644
--- a/net-libs/telepathy-glib/telepathy-glib-0.20.1-r1.ebuild
+++ b/net-libs/telepathy-glib/telepathy-glib-0.20.1-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.20.1-r1.ebuild,v 1.10 2013/04/01 18:25:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.20.1-r1.ebuild,v 1.11 2013/09/05 19:01:34 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python2_{5,6,7} )
+PYTHON_COMPAT=( python2_{6,7} )
VALA_MIN_API_VERSION="0.18"
VALA_USE_DEPEND="vapigen"
diff --git a/net-libs/telepathy-glib/telepathy-glib-0.20.3.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.20.3.ebuild
index 52bd475b88aa..5508081c18ec 100644
--- a/net-libs/telepathy-glib/telepathy-glib-0.20.3.ebuild
+++ b/net-libs/telepathy-glib/telepathy-glib-0.20.3.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.20.3.ebuild,v 1.1 2013/06/21 08:31:06 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.20.3.ebuild,v 1.2 2013/09/05 19:01:34 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python2_{5,6,7} )
+PYTHON_COMPAT=( python2_{6,7} )
VALA_MIN_API_VERSION="0.18"
VALA_USE_DEPEND="vapigen"
diff --git a/net-libs/telepathy-glib/telepathy-glib-0.20.4.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.20.4.ebuild
index 4b05578b5426..b47a00738ff8 100644
--- a/net-libs/telepathy-glib/telepathy-glib-0.20.4.ebuild
+++ b/net-libs/telepathy-glib/telepathy-glib-0.20.4.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.20.4.ebuild,v 1.1 2013/07/24 19:02:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.20.4.ebuild,v 1.2 2013/09/05 19:01:34 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python2_{5,6,7} )
+PYTHON_COMPAT=( python2_{6,7} )
VALA_MIN_API_VERSION="0.18"
VALA_USE_DEPEND="vapigen"
diff --git a/net-libs/telepathy-qt/ChangeLog b/net-libs/telepathy-qt/ChangeLog
index 8d00507b2eb3..a400334b7f2f 100644
--- a/net-libs/telepathy-qt/ChangeLog
+++ b/net-libs/telepathy-qt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/telepathy-qt
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v 1.21 2013/06/05 21:35:40 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v 1.22 2013/09/05 19:01:34 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> telepathy-qt-0.9.3-r1.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
*telepathy-qt-0.9.3-r1 (05 Jun 2013)
diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.3-r1.ebuild b/net-libs/telepathy-qt/telepathy-qt-0.9.3-r1.ebuild
index 053d818a4d97..6ba350dbdb6c 100644
--- a/net-libs/telepathy-qt/telepathy-qt-0.9.3-r1.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-0.9.3-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.3-r1.ebuild,v 1.1 2013/06/05 21:35:40 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.3-r1.ebuild,v 1.2 2013/09/05 19:01:34 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
inherit base python-any-r1 cmake-utils virtualx
DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol"
diff --git a/net-libs/webkit-gtk/ChangeLog b/net-libs/webkit-gtk/ChangeLog
index 7e285dd71a76..72cd07d7cdd4 100644
--- a/net-libs/webkit-gtk/ChangeLog
+++ b/net-libs/webkit-gtk/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/webkit-gtk
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.220 2013/09/01 18:44:16 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.221 2013/09/05 19:01:33 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> webkit-gtk-1.10.2-r300.ebuild,
+ webkit-gtk-1.8.3-r200.ebuild, webkit-gtk-1.8.3-r201.ebuild,
+ webkit-gtk-1.8.3-r300.ebuild, webkit-gtk-2.0.4.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
01 Sep 2013; Pacho Ramos <pacho@gentoo.org> -webkit-gtk-2.0.3.ebuild,
webkit-gtk-2.0.4.ebuild:
diff --git a/net-libs/webkit-gtk/webkit-gtk-1.10.2-r300.ebuild b/net-libs/webkit-gtk/webkit-gtk-1.10.2-r300.ebuild
index 59fe544bfc82..9d76c8feb39d 100644
--- a/net-libs/webkit-gtk/webkit-gtk-1.10.2-r300.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-1.10.2-r300.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.10.2-r300.ebuild,v 1.10 2013/08/05 09:48:55 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.10.2-r300.ebuild,v 1.11 2013/09/05 19:01:33 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
inherit autotools check-reqs eutils flag-o-matic gnome2-utils pax-utils python-any-r1 virtualx
diff --git a/net-libs/webkit-gtk/webkit-gtk-1.8.3-r200.ebuild b/net-libs/webkit-gtk/webkit-gtk-1.8.3-r200.ebuild
index ee2b7bb2faf9..3488be8b393f 100644
--- a/net-libs/webkit-gtk/webkit-gtk-1.8.3-r200.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-1.8.3-r200.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r200.ebuild,v 1.12 2013/06/18 06:10:56 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r200.ebuild,v 1.13 2013/09/05 19:01:33 mgorny Exp $
EAPI="4"
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
inherit autotools check-reqs eutils flag-o-matic gnome2-utils pax-utils python-any-r1 virtualx
diff --git a/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild b/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild
index f1c7b29658de..ffba1c6fd08c 100644
--- a/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v 1.11 2013/06/26 11:55:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v 1.12 2013/09/05 19:01:33 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
inherit autotools check-reqs eutils flag-o-matic gnome2-utils pax-utils python-any-r1 virtualx
diff --git a/net-libs/webkit-gtk/webkit-gtk-1.8.3-r300.ebuild b/net-libs/webkit-gtk/webkit-gtk-1.8.3-r300.ebuild
index 285342775895..3f175bd56c79 100644
--- a/net-libs/webkit-gtk/webkit-gtk-1.8.3-r300.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-1.8.3-r300.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r300.ebuild,v 1.12 2013/06/18 06:10:56 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r300.ebuild,v 1.13 2013/09/05 19:01:33 mgorny Exp $
EAPI="4"
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
inherit autotools check-reqs eutils flag-o-matic gnome2-utils pax-utils python-any-r1 virtualx
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.0.4.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.0.4.ebuild
index b2944f489e97..b0fedf665649 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.0.4.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.0.4.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.0.4.ebuild,v 1.3 2013/09/01 18:44:16 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.0.4.ebuild,v 1.4 2013/09/05 19:01:33 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
inherit autotools check-reqs eutils flag-o-matic gnome2-utils pax-utils python-any-r1 toolchain-funcs versionator virtualx