summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Hoffstätte <holger.hoffstaette@googlemail.com>2016-02-02 18:16:01 +0100
committerHolger Hoffstätte <holger.hoffstaette@googlemail.com>2016-02-02 18:16:01 +0100
commite7d06f37077bf1dc7b27f204095e742cdbac93a7 (patch)
treef95dd006b712ed9c211b653bc8e2f938abcd7573 /x11-misc/compton/compton-0.1_beta2.ebuild
parentdev-perl/Filter: add alpha keyword (diff)
downloadgentoo-e7d06f37077bf1dc7b27f204095e742cdbac93a7.tar.gz
gentoo-e7d06f37077bf1dc7b27f204095e742cdbac93a7.tar.bz2
gentoo-e7d06f37077bf1dc7b27f204095e742cdbac93a7.zip
x11-misc/compton: add support for python 3.5
Diffstat (limited to 'x11-misc/compton/compton-0.1_beta2.ebuild')
-rw-r--r--x11-misc/compton/compton-0.1_beta2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/compton/compton-0.1_beta2.ebuild b/x11-misc/compton/compton-0.1_beta2.ebuild
index 791b4d300ce4..7f6f121e564e 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"