commit: e7d06f37077bf1dc7b27f204095e742cdbac93a7
Author: Holger Hoffstätte <holger.hoffstaette <AT> googlemail <DOT> com>
AuthorDate: Tue Feb 2 17:16:01 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Tue Feb 2 17:16:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d06f37
x11-misc/compton: add support for python 3.5
x11-misc/compton/compton-0.1_beta2.ebuild | 2 +-
x11-misc/compton/compton-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-misc/compton/compton-0.1_beta2.ebuild
b/x11-misc/compton/compton-0.1_beta2.ebuild
index 791b4d3..7f6f121 100644
--- a/x11-misc/compton/compton-0.1_beta2.ebuild
+++ b/x11-misc/compton/compton-0.1_beta2.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python3_3 python3_4 )
+PYTHON_COMPAT=( python3_{3,4,5} )
inherit toolchain-funcs python-r1
DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana"
diff --git a/x11-misc/compton/compton-9999.ebuild
b/x11-misc/compton/compton-9999.ebuild
index 5ba784a..e795fd9 100644
--- a/x11-misc/compton/compton-9999.ebuild
+++ b/x11-misc/compton/compton-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python3_3 python3_4 )
+PYTHON_COMPAT=( python3_{3,4,5} )
inherit toolchain-funcs python-r1 git-2
DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana"