diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-07 17:44:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-07 17:58:52 +0100 |
commit | 2a751ca60aad98f79dd4d95c01926e07374a29e2 (patch) | |
tree | 6c00213b79f9ecda2908a5267b085760123ff8f4 /app-misc | |
parent | app-shells/bash-completion: Disable tests failing in containers (diff) | |
download | gentoo-2a751ca60aad98f79dd4d95c01926e07374a29e2.tar.gz gentoo-2a751ca60aad98f79dd4d95c01926e07374a29e2.tar.bz2 gentoo-2a751ca60aad98f79dd4d95c01926e07374a29e2.zip |
app-misc/byobu: Remove py3.7 as dev-libs/newt is broken
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc')
-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 2284610ea606..ccb44bcb8188 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,7} ) +PYTHON_COMPAT=( python2_7 python3_6 ) inherit python-single-r1 |