commit:     195c63c7eab7a12b3430346f41ea316ce8e1e8c4
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  2 17:24:10 2021 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 17:24:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=195c63c7

gnustep-base/gnustep-gui: use virtualx for testing

Bug: https://bugs.gentoo.org/762724
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 gnustep-base/gnustep-gui/gnustep-gui-0.28.0.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.28.0.ebuild 
b/gnustep-base/gnustep-gui/gnustep-gui-0.28.0.ebuild
index 4b7effe4b8f..8ba42a11548 100644
--- a/gnustep-base/gnustep-gui/gnustep-gui-0.28.0.ebuild
+++ b/gnustep-base/gnustep-gui/gnustep-gui-0.28.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit gnustep-base multilib
+inherit gnustep-base multilib virtualx
 
 DESCRIPTION="Library of GUI classes written in Obj-C"
 HOMEPAGE="http://www.gnustep.org/";
@@ -55,3 +55,7 @@ src_configure() {
                --with-tiff-library="${EPREFIX}"/usr/$(get_libdir) \
                ${myconf}
 }
+
+src_test() {
+       virtx default
+}

Reply via email to