commit:     a2ca5c87e6274fa50ced47478a0153e9f2357fb7
Author:     Uwe Scholz <u.scholz83 <AT> gmx <DOT> de>
AuthorDate: Fri Sep 20 21:28:48 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 20 22:30:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ca5c87

gnome-extra/gnome-commander: Fix execution of tests

Signed-off-by: Uwe Scholz <u.scholz83 <AT> gmx.de>
Closes: gentoo#937484
Closes: https://github.com/gentoo/gentoo/pull/38708
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 gnome-extra/gnome-commander/gnome-commander-1.18.1.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.18.1.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.18.1.ebuild
index 0bf6498899f3..7e8c8d9223ad 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.18.1.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.18.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit gnome2 meson optfeature
+inherit gnome2 meson optfeature virtualx
 
 DESCRIPTION="A graphical, full featured, twin-panel file manager"
 HOMEPAGE="https://gcmd.github.io/";
@@ -50,6 +50,10 @@ src_configure() {
        meson_src_configure
 }
 
+src_test() {
+       virtx meson_src_test
+}
+
 pkg_postinst() {
        gnome2_pkg_postinst
        optfeature "synchronizing files and directories" dev-util/meld

Reply via email to