Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: x11-libs/xpyb/
Date: Sat, 09 Nov 2013 09:17:31
Message-Id: 1383988671.f9e41cd999c4d4ee0eb97721120004cdb457f9a3.mgorny@gentoo
1 commit: f9e41cd999c4d4ee0eb97721120004cdb457f9a3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 9 09:17:51 2013 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 9 09:17:51 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=f9e41cd9
7
8 x11-libs/xpyb: Update Python implementation list. Python3 is not supported upstream.
9
10 Package-Manager: portage-2.2.7
11 RepoMan-Options: --force
12
13 ---
14 x11-libs/xpyb/xpyb-9999.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/x11-libs/xpyb/xpyb-9999.ebuild b/x11-libs/xpyb/xpyb-9999.ebuild
18 index 5932424..3d6222c 100644
19 --- a/x11-libs/xpyb/xpyb-9999.ebuild
20 +++ b/x11-libs/xpyb/xpyb-9999.ebuild
21 @@ -4,7 +4,7 @@
22
23 EAPI=5
24
25 -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
26 +PYTHON_COMPAT=( python{2_6,2_7} )
27 inherit flag-o-matic python-r1 xorg-2
28
29 EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/xpyb"