commit:     5ba4a43a79abc366d46fc773d1788bc15b93bdfa
Author:     dsaf <ghostyn678+git <AT> gmail <DOT> com>
AuthorDate: Mon Oct 13 21:59:52 2025 +0000
Commit:     dsaf <ghostyn678+git <AT> gmail <DOT> com>
CommitDate: Mon Oct 13 22:00:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ba4a43a

media-gfx/mirage: fix QA: add missing deps.

Signed-off-by: dsaf <ghostyn678+git <AT> gmail.com>

 media-gfx/mirage/mirage-0.11.2.ebuild | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/media-gfx/mirage/mirage-0.11.2.ebuild 
b/media-gfx/mirage/mirage-0.11.2.ebuild
index 2388c39550..6df0859a99 100644
--- a/media-gfx/mirage/mirage-0.11.2.ebuild
+++ b/media-gfx/mirage/mirage-0.11.2.ebuild
@@ -3,8 +3,9 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..14} )
+DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..14} )
 
 inherit distutils-r1 xdg
 
@@ -23,7 +24,14 @@ RDEPEND="
        >=media-gfx/exiv2-0.27
        >=x11-libs/gtk+-3.24.0:3[introspection]
 "
-DEPEND="${RDEPEND}"
+DEPEND="
+       ${RDEPEND}
+       x11-libs/libX11
+"
+BDEPEND="
+       dev-util/glib-utils
+       sys-devel/gettext
+"
 
 pkg_postinst() {
        xdg_pkg_postinst

Reply via email to