diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:44:56 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:44:56 +0000 |
commit | 8691bcb2077a05a3e50cad21c5e9d456bc0b86e2 (patch) | |
tree | 1781f0242b83e446554db1ade147758513eab1c5 /x11-libs/xpyb | |
parent | updating deps for distutils-r1 and ~ stuff, also adding init scripts and stuf... (diff) | |
download | gentoo-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-libs/xpyb')
-rw-r--r-- | x11-libs/xpyb/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/xpyb/xpyb-1.3.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/xpyb/ChangeLog b/x11-libs/xpyb/ChangeLog index 4f21e477bb00..ba4108ed701b 100644 --- a/x11-libs/xpyb/ChangeLog +++ b/x11-libs/xpyb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/xpyb # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/ChangeLog,v 1.39 2013/05/22 09:17:22 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/ChangeLog,v 1.40 2013/09/05 19:44:47 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> xpyb-1.3.1-r1.ebuild: + Clean up PYTHON_COMPAT from old implementations. *xpyb-1.3.1-r2 (22 May 2013) diff --git a/x11-libs/xpyb/xpyb-1.3.1-r1.ebuild b/x11-libs/xpyb/xpyb-1.3.1-r1.ebuild index 063772a49933..ce231283acf9 100644 --- a/x11-libs/xpyb/xpyb-1.3.1-r1.ebuild +++ b/x11-libs/xpyb/xpyb-1.3.1-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/x11-libs/xpyb/xpyb-1.3.1-r1.ebuild,v 1.13 2013/04/10 19:52:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/xpyb-1.3.1-r1.ebuild,v 1.14 2013/09/05 19:44:47 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit python-single-r1 xorg-2 #EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/xpyb" |