diff options
author | Huang Rui <vowstar@gmail.com> | 2022-06-09 11:41:54 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-06-09 11:41:54 +0200 |
commit | b99aa542a0af99f3e6ae67b542ffaab7a9ba5c8e (patch) | |
tree | 77306c38dab95461e33f1698c357a64b66c30d2e /app-editors/qhexedit2 | |
parent | dev-util/nvidia-cuda-toolkit: fix bug 839228 (diff) | |
download | gentoo-b99aa542a0af99f3e6ae67b542ffaab7a9ba5c8e.tar.gz gentoo-b99aa542a0af99f3e6ae67b542ffaab7a9ba5c8e.tar.bz2 gentoo-b99aa542a0af99f3e6ae67b542ffaab7a9ba5c8e.zip |
app-editors/qhexedit2: fix invalid use of distutils-r1
Closes: https://github.com/gentoo/gentoo/pull/25808
Closes: https://bugs.gentoo.org/850448
Signed-off-by: Huang Rui <vowstar@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-editors/qhexedit2')
-rw-r--r-- | app-editors/qhexedit2/qhexedit2-0.8.6_p20190316-r2.ebuild | 4 | ||||
-rw-r--r-- | app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r2.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316-r2.ebuild b/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316-r2.ebuild index 1b6a21c4bd95..4b1b99b7663b 100644 --- a/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316-r2.ebuild +++ b/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316-r2.ebuild @@ -3,10 +3,8 @@ EAPI=8 -DISTUTILS_USE_PEP517=standalone PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 qmake-utils +inherit python-r1 qmake-utils EGIT_COMMIT="ba5af8616b3a6c916e718914225a483267c01356" DESCRIPTION="Hex editor library, Qt application written in C++ with Python bindings" diff --git a/app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r2.ebuild b/app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r2.ebuild index c518ed8fcddf..41bace650608 100644 --- a/app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r2.ebuild +++ b/app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r2.ebuild @@ -3,10 +3,8 @@ EAPI=8 -DISTUTILS_USE_PEP517=standalone PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 qmake-utils +inherit python-r1 qmake-utils EGIT_COMMIT="541139125be034b90b6811a84faa1413e357fd94" DESCRIPTION="Hex editor library, Qt application written in C++ with Python bindings" |