summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-09-05 19:44:56 +0000
committerMichał Górny <mgorny@gentoo.org>2013-09-05 19:44:56 +0000
commit8691bcb2077a05a3e50cad21c5e9d456bc0b86e2 (patch)
tree1781f0242b83e446554db1ade147758513eab1c5 /x11-wm
parentupdating deps for distutils-r1 and ~ stuff, also adding init scripts and stuf... (diff)
downloadgentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.tar.gz
gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.tar.bz2
gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.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 'x11-wm')
-rw-r--r--x11-wm/xpra/ChangeLog5
-rw-r--r--x11-wm/xpra/xpra-0.8.8.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-wm/xpra/ChangeLog b/x11-wm/xpra/ChangeLog
index a038cdac4b1f..09221d27d84a 100644
--- a/x11-wm/xpra/ChangeLog
+++ b/x11-wm/xpra/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/xpra
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/ChangeLog,v 1.81 2013/09/04 07:27:43 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/ChangeLog,v 1.82 2013/09/05 19:44:49 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> xpra-0.8.8.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
*xpra-0.10.2 (04 Sep 2013)
diff --git a/x11-wm/xpra/xpra-0.8.8.ebuild b/x11-wm/xpra/xpra-0.8.8.ebuild
index b764402762a7..6f573a0b0ccc 100644
--- a/x11-wm/xpra/xpra-0.8.8.ebuild
+++ b/x11-wm/xpra/xpra-0.8.8.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/x11-wm/xpra/xpra-0.8.8.ebuild,v 1.4 2013/08/11 23:02:34 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/xpra-0.8.8.ebuild,v 1.5 2013/09/05 19:44:49 mgorny Exp $
EAPI=5
#dev-python/pygobject and dev-python/pygtk do not support python3
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1 eutils
DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based on wimpiggy"