Gentoo Archives: gentoo-dev

From: alexey+gentoo@××××××××.org
To: gentoo-dev@l.g.o
Cc: Alexey Sokolov <sokolov@××××××.com>, Alexey Sokolov <alexey+gentoo@××××××××.org>
Subject: [gentoo-dev] [PATCH 2/2] virtualx.eclass: don't skip xvfb dependency on Prefix
Date: Mon, 19 Oct 2020 18:54:35
Message-Id: 20201019185336.19542-3-alexey+gentoo@asokolov.org
In Reply to: [gentoo-dev] [PATCH 0/2] Xvfb in test dependencies in Prefix by alexey+gentoo@asokolov.org
1 From: Alexey Sokolov <sokolov@××××××.com>
2
3 Closes: https://bugs.gentoo.org/730190
4 Signed-off-by: Alexey Sokolov <alexey+gentoo@××××××××.org>
5 ---
6 eclass/virtualx.eclass | 2 +-
7 1 file changed, 1 insertion(+), 1 deletion(-)
8
9 diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass
10 index 6aba6bf488d..93b9751cfa6 100644
11 --- a/eclass/virtualx.eclass
12 +++ b/eclass/virtualx.eclass
13 @@ -40,8 +40,8 @@ esac
14 # complicated dep is needed.
15 # You can specify the variable BEFORE inherit to add more dependencies.
16 VIRTUALX_DEPEND="${VIRTUALX_DEPEND}
17 - !prefix? ( x11-base/xorg-server[xvfb] )
18 x11-apps/xhost
19 + x11-base/xorg-server[xvfb]
20 "
21
22 # @ECLASS-VARIABLE: VIRTUALX_COMMAND
23 --
24 2.26.2