diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 21:56:47 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 22:21:23 +0100 |
commit | 607e8c14db62bdb7af7599346dd163eba8061f04 (patch) | |
tree | 0155ab4a9633fffa1dc0fc33b9f2ec02108cb2de /x11-misc | |
parent | app-misc/solaar: Remove py2 (diff) | |
download | gentoo-607e8c14db62bdb7af7599346dd163eba8061f04.tar.gz gentoo-607e8c14db62bdb7af7599346dd163eba8061f04.tar.bz2 gentoo-607e8c14db62bdb7af7599346dd163eba8061f04.zip |
x11-misc/py3status: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/py3status/py3status-3.24.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/py3status/py3status-3.24.ebuild b/x11-misc/py3status/py3status-3.24.ebuild index 9a663f1dbd32..9b33b20bb0f9 100644 --- a/x11-misc/py3status/py3status-3.24.ebuild +++ b/x11-misc/py3status/py3status-3.24.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) SRC_URI="https://github.com/ultrabug/py3status/archive/${PV}.tar.gz -> ${P}.tar.gz" |