diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:27:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:37:59 +0100 |
commit | 97bbde433ea6b733e3920b5c3e51eefa24ebe62b (patch) | |
tree | 2a796dc15836f8830b56b6df3bf21c096830a4fa /app-editors | |
parent | app-crypt/gpgme: Remove py2 (diff) | |
download | gentoo-97bbde433ea6b733e3920b5c3e51eefa24ebe62b.tar.gz gentoo-97bbde433ea6b733e3920b5c3e51eefa24ebe62b.tar.bz2 gentoo-97bbde433ea6b733e3920b5c3e51eefa24ebe62b.zip |
app-editors/qhexedit2: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/qhexedit2/qhexedit2-0.8.4.ebuild | 2 | ||||
-rw-r--r-- | app-editors/qhexedit2/qhexedit2-0.8.4_p20170719.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/qhexedit2/qhexedit2-0.8.4.ebuild b/app-editors/qhexedit2/qhexedit2-0.8.4.ebuild index 0563e606546b..9b10f32a3816 100644 --- a/app-editors/qhexedit2/qhexedit2-0.8.4.ebuild +++ b/app-editors/qhexedit2/qhexedit2-0.8.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) DISTUTILS_OPTIONAL=1 diff --git a/app-editors/qhexedit2/qhexedit2-0.8.4_p20170719.ebuild b/app-editors/qhexedit2/qhexedit2-0.8.4_p20170719.ebuild index f3efaaa2f28e..da69c8ab418c 100644 --- a/app-editors/qhexedit2/qhexedit2-0.8.4_p20170719.ebuild +++ b/app-editors/qhexedit2/qhexedit2-0.8.4_p20170719.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) DISTUTILS_OPTIONAL=1 |