diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-04-26 11:40:25 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-04-26 11:40:25 +0100 |
commit | d3e7561c32de28fbee1a3cdf2f31953a3280485a (patch) | |
tree | 4ae004d67a121e2bedb54cb1ef7aac39935b1738 /x11-misc | |
parent | c2ffa6f48b818139f48cdbc6c7447f7d29f4c0be (diff) |
x11-misc/compton : add python3.7 COMPAT
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/compton/compton-0.1_beta2-r10.ebuild (renamed from x11-misc/compton/compton-0.1_beta2-r2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/compton/compton-0.1_beta2-r2.ebuild b/x11-misc/compton/compton-0.1_beta2-r10.ebuild index e0a9d4f9..3d14a03d 100644 --- a/x11-misc/compton/compton-0.1_beta2-r2.ebuild +++ b/x11-misc/compton/compton-0.1_beta2-r10.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{4,5,6,7} ) inherit toolchain-funcs python-r1 DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana" |