diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-07 15:10:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-07 15:18:02 +0200 |
commit | 14e4aec9090c8ef3d273b12b697f84333b08b958 (patch) | |
tree | 357301d22697f89567d511e5d43986d8044052af /app-misc/byobu | |
parent | app-i18n/nkf: Remove py2.7 where possible (diff) | |
download | gentoo-14e4aec9090c8ef3d273b12b697f84333b08b958.tar.gz gentoo-14e4aec9090c8ef3d273b12b697f84333b08b958.tar.bz2 gentoo-14e4aec9090c8ef3d273b12b697f84333b08b958.zip |
app-misc/byobu: Remove py2.7 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/byobu')
-rw-r--r-- | app-misc/byobu/byobu-5.129.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/byobu/byobu-5.129.ebuild b/app-misc/byobu/byobu-5.129.ebuild index 2719fbfec1c4..9529149bb4e5 100644 --- a/app-misc/byobu/byobu-5.129.ebuild +++ b/app-misc/byobu/byobu-5.129.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit python-single-r1 |