Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/compton/
Date: Wed, 03 Feb 2016 05:10:53
Message-Id: 1454433361.e7d06f37077bf1dc7b27f204095e742cdbac93a7.idella4@gentoo
1 commit: e7d06f37077bf1dc7b27f204095e742cdbac93a7
2 Author: Holger Hoffstätte <holger.hoffstaette <AT> googlemail <DOT> com>
3 AuthorDate: Tue Feb 2 17:16:01 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 17:16:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d06f37
7
8 x11-misc/compton: add support for python 3.5
9
10 x11-misc/compton/compton-0.1_beta2.ebuild | 2 +-
11 x11-misc/compton/compton-9999.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/x11-misc/compton/compton-0.1_beta2.ebuild b/x11-misc/compton/compton-0.1_beta2.ebuild
15 index 791b4d3..7f6f121 100644
16 --- a/x11-misc/compton/compton-0.1_beta2.ebuild
17 +++ b/x11-misc/compton/compton-0.1_beta2.ebuild
18 @@ -4,7 +4,7 @@
19
20 EAPI=5
21
22 -PYTHON_COMPAT=( python3_3 python3_4 )
23 +PYTHON_COMPAT=( python3_{3,4,5} )
24 inherit toolchain-funcs python-r1
25
26 DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana"
27
28 diff --git a/x11-misc/compton/compton-9999.ebuild b/x11-misc/compton/compton-9999.ebuild
29 index 5ba784a..e795fd9 100644
30 --- a/x11-misc/compton/compton-9999.ebuild
31 +++ b/x11-misc/compton/compton-9999.ebuild
32 @@ -4,7 +4,7 @@
33
34 EAPI=5
35
36 -PYTHON_COMPAT=( python3_3 python3_4 )
37 +PYTHON_COMPAT=( python3_{3,4,5} )
38 inherit toolchain-funcs python-r1 git-2
39
40 DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana"