summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Scholz <u.scholz83@gmx.de>2024-09-20 23:28:48 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-09-21 00:30:27 +0200
commita2ca5c87e6274fa50ced47478a0153e9f2357fb7 (patch)
tree7feba3b0569e3e1a4fbddd52926c2a32a914edb4 /gnome-extra
parentsci-libs/sundials: add 7.1.1 (diff)
downloadgentoo-a2ca5c87e6274fa50ced47478a0153e9f2357fb7.tar.gz
gentoo-a2ca5c87e6274fa50ced47478a0153e9f2357fb7.tar.bz2
gentoo-a2ca5c87e6274fa50ced47478a0153e9f2357fb7.zip
gnome-extra/gnome-commander: Fix execution of tests
Signed-off-by: Uwe Scholz <u.scholz83@gmx.de> Closes: gentoo#937484 Closes: https://github.com/gentoo/gentoo/pull/38708 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/gnome-commander/gnome-commander-1.18.1.ebuild6
1 files changed, 5 insertions, 1 deletions
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