Skip to content

Commit

Permalink
gnustep-base/gnustep-gui: use virtualx for testing
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/762724
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli <[email protected]>
  • Loading branch information
voyageur committed Jan 2, 2021
1 parent 71f4b1d commit 195c63c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions gnustep-base/gnustep-gui/gnustep-gui-0.28.0.ebuild
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down Expand Up @@ -55,3 +55,7 @@ src_configure() {
--with-tiff-library="${EPREFIX}"/usr/$(get_libdir) \
${myconf}
}

src_test() {
virtx default
}

0 comments on commit 195c63c

Please sign in to comment.