commit: f4788430872acda8598fd611df4def7a4687e523
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 8 19:58:36 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 8 20:01:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4788430
media-gfx/cropgui: fix DeprecatedEclass (eutils)
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/cropgui/cropgui-0.6-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-gfx/cropgui/cropgui-0.6-r1.ebuild
b/media-gfx/cropgui/cropgui-0.6-r1.ebuild
index c0f740961d3c..a6ed3045eaea 100644
--- a/media-gfx/cropgui/cropgui-0.6-r1.ebuild
+++ b/media-gfx/cropgui/cropgui-0.6-r1.ebuild
@@ -3,8 +3,8 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9,10} )
-inherit eutils python-r1 desktop xdg-utils
+PYTHON_COMPAT=( python3_{8,9,10} )
+inherit python-r1 desktop wrapper xdg-utils
DESCRIPTION="GUI for lossless cropping of jpeg images"
HOMEPAGE="https://emergent.unpythonic.net/01248401946"