diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-04-21 09:16:02 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-04-21 09:16:02 +0300 |
commit | ac6665ea3d093a8130f95c252e67f9c204f6e9e5 (patch) | |
tree | 9df2977f24733644e024e745a9919bd6aaaa373f /app-editors/qhexedit2 | |
parent | app-editors/qhexedit2: support python-3.10 in 0.8.6_p20190316 (diff) | |
download | gentoo-ac6665ea3d093a8130f95c252e67f9c204f6e9e5.tar.gz gentoo-ac6665ea3d093a8130f95c252e67f9c204f6e9e5.tar.bz2 gentoo-ac6665ea3d093a8130f95c252e67f9c204f6e9e5.zip |
app-editors/qhexedit2: disable py3.7
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-editors/qhexedit2')
-rw-r--r-- | app-editors/qhexedit2/qhexedit2-0.8.6_p20190316.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316.ebuild b/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316.ebuild index 6df7fffbf3d6..c5e05a60e67c 100644 --- a/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316.ebuild +++ b/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_OPTIONAL=1 |