commit:     bcd178629385602dfea75942b58f5eceaca3e85e
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 20 13:31:09 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Dec 20 14:19:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcd17862

gui-apps/gnome-console: Fix tests trying to open a display

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

 gui-apps/gnome-console/gnome-console-49.1.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gui-apps/gnome-console/gnome-console-49.1.ebuild 
b/gui-apps/gnome-console/gnome-console-49.1.ebuild
index 2792d24e547f..0cdef016f214 100644
--- a/gui-apps/gnome-console/gnome-console-49.1.ebuild
+++ b/gui-apps/gnome-console/gnome-console-49.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit gnome.org gnome2-utils meson xdg
+inherit gnome.org gnome2-utils meson virtualx xdg
 
 DESCRIPTION="A simple user-friendly terminal emulator for the GNOME desktop"
 HOMEPAGE="https://apps.gnome.org/Console/ 
https://gitlab.gnome.org/GNOME/console";
@@ -44,6 +44,10 @@ src_configure() {
        meson_src_configure
 }
 
+src_test() {
+       virtx meson_src_test
+}
+
 pkg_postinst() {
        xdg_pkg_postinst
        gnome2_schemas_update

Reply via email to