commit: 30ae990b2f06a371c60b56881012c0acac00f441
Author: Matthias Gerstner <Matthias.Gerstner <AT> nefkom <DOT> net>
AuthorDate: Mon Jan 7 19:57:28 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 3 22:57:00 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ae990b
sys-fs/xwmfs: disable X11 tests
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sys-fs/xwmfs/xwmfs-0.82-r1.ebuild | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild
b/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild
index b867b43c6de..0a3213274d9 100644
--- a/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild
+++ b/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild
@@ -17,3 +17,11 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
+
+src_test() {
+ # unset display to avoid testing errors, tests rely on X11 and a window
+ # manager environment
+ unset DISPLAY
+
+ default
+}