Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/guake/
Date: Wed, 07 Sep 2022 07:51:38
Message-Id: 1662537014.18e0e31e7e289dc75daacd64c8c63386301a40e0.mgorny@gentoo
1 commit: 18e0e31e7e289dc75daacd64c8c63386301a40e0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 09:31:21 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 07:50:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e0e31e
7
8 x11-terms/guake: Remove redundant -p no:xvfb
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 x11-terms/guake/guake-3.8.5-r1.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/x11-terms/guake/guake-3.8.5-r1.ebuild b/x11-terms/guake/guake-3.8.5-r1.ebuild
16 index 3c4daa62d6d1..a7bc22cc3377 100644
17 --- a/x11-terms/guake/guake-3.8.5-r1.ebuild
18 +++ b/x11-terms/guake/guake-3.8.5-r1.ebuild
19 @@ -56,8 +56,7 @@ src_prepare() {
20
21 python_test() {
22 # - uses /usr/bin/bash if SHELL is not exported
23 - # - pytest-xvfb fails with Terminated, virtx alone works
24 - SHELL=${SHELL} virtx epytest -p no:xvfb
25 + SHELL=${SHELL} virtx epytest
26 }
27
28 python_install() {