diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-24 13:45:04 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-24 13:45:04 +0300 |
commit | 175a005e99eaeabded56d335b99b89feb8634214 (patch) | |
tree | 27a22089c248940eb1760879e4944ea5cd9f78c2 /x11-wm/qtile | |
parent | x11-wm/qtile: Drop py36 (diff) | |
download | gentoo-175a005e99eaeabded56d335b99b89feb8634214.tar.gz gentoo-175a005e99eaeabded56d335b99b89feb8634214.tar.bz2 gentoo-175a005e99eaeabded56d335b99b89feb8634214.zip |
x11-wm/qtile: Drop py36 from live also
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'x11-wm/qtile')
-rw-r--r-- | x11-wm/qtile/qtile-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/qtile/qtile-9999.ebuild b/x11-wm/qtile/qtile-9999.ebuild index 0a9cd75b50db..1115fc9d170d 100644 --- a/x11-wm/qtile/qtile-9999.ebuild +++ b/x11-wm/qtile/qtile-9999.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) + +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 virtualx |