Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/xwmfs/
Date: Sun, 03 Feb 2019 22:57:33
Message-Id: 1549234620.30ae990b2f06a371c60b56881012c0acac00f441.asturm@gentoo
1 commit: 30ae990b2f06a371c60b56881012c0acac00f441
2 Author: Matthias Gerstner <Matthias.Gerstner <AT> nefkom <DOT> net>
3 AuthorDate: Mon Jan 7 19:57:28 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 3 22:57:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ae990b
7
8 sys-fs/xwmfs: disable X11 tests
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 sys-fs/xwmfs/xwmfs-0.82-r1.ebuild | 8 ++++++++
13 1 file changed, 8 insertions(+)
14
15 diff --git a/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild b/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild
16 index b867b43c6de..0a3213274d9 100644
17 --- a/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild
18 +++ b/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild
19 @@ -17,3 +17,11 @@ RDEPEND="
20
21 DEPEND="${RDEPEND}"
22 BDEPEND="virtual/pkgconfig"
23 +
24 +src_test() {
25 + # unset display to avoid testing errors, tests rely on X11 and a window
26 + # manager environment
27 + unset DISPLAY
28 +
29 + default
30 +}