commit:     4b74c3400c0a0804139fbe71f190bc27080e0c9f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 12 09:21:40 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 09:48:13 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b74c340

games-puzzle/gnome-tetravex: add missing test deps

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 games-puzzle/gnome-tetravex/gnome-tetravex-3.38.3.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/games-puzzle/gnome-tetravex/gnome-tetravex-3.38.3.ebuild 
b/games-puzzle/gnome-tetravex/gnome-tetravex-3.38.3.ebuild
index b92c9742c73c..acef5e83dca2 100644
--- a/games-puzzle/gnome-tetravex/gnome-tetravex-3.38.3.ebuild
+++ b/games-puzzle/gnome-tetravex/gnome-tetravex-3.38.3.ebuild
@@ -12,8 +12,9 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-tetravex";
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
-IUSE="cli +gui"
+IUSE="cli +gui test"
 REQUIRED_USE="|| ( cli gui )"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
        >=dev-libs/glib-2.42.0:2
@@ -24,6 +25,10 @@ BDEPEND="
        ${PYTHON_DEPS}
        $(vala_depend)
        gui? ( dev-util/itstool )
+       test? (
+               dev-util/desktop-file-utils
+               dev-libs/appstream
+       )
        >=sys-devel/gettext-0.19.8
        virtual/pkgconfig
 "

Reply via email to