diff options
author | Denis Pronin <dannftk@yandex.ru> | 2022-04-16 17:12:42 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-04-21 09:15:39 +0300 |
commit | 90eda112d65063f87b6d2a9e78b109bf909ba295 (patch) | |
tree | d651a505cb63852ef32d48dea569e2757f53597d /app-editors/qhexedit2 | |
parent | games-emulation/pcsx2: update live, unbundle libzip[zstd] (diff) | |
download | gentoo-90eda112d65063f87b6d2a9e78b109bf909ba295.tar.gz gentoo-90eda112d65063f87b6d2a9e78b109bf909ba295.tar.bz2 gentoo-90eda112d65063f87b6d2a9e78b109bf909ba295.zip |
app-editors/qhexedit2: support python-3.10 in 0.8.6_p20190316
qhexedit2-0.8.6_p20190316 now is compatible with python-3.10
Closes: https://github.com/gentoo/gentoo/pull/25042
Signed-off-by: Denis Pronin <dannftk@yandex.ru>
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316.ebuild b/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316.ebuild index a1d8c2148607..6df7fffbf3d6 100644 --- a/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316.ebuild +++ b/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..10} ) DISTUTILS_OPTIONAL=1 |