Gentoo Archives: gentoo-alt

From: alexey+gentoo@××××××××.org
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] [PATCH 0/2] Xvfb in test dependencies in Prefix
Date: Thu, 29 Oct 2020 11:29:33
Message-Id: 20201029112929.18560-1-alexey+gentoo@asokolov.org
1 From: Alexey Sokolov <alexey+gentoo@××××××××.org>
2
3 I'm running a prefix but tests of various packages are failing in virtx
4 command. I discovered that this is because virtualx doesn't depend on
5 xvfb in prefix. But after installing xorg-server[xvfb,-elogind] tests
6 pass.
7 elogind flag had to be disabled otherwise it brings pam as dependency.
8 So, attached are patches to prefix profile to disable elogind for
9 xorg-server, and to virtualx eclass to depend on it even in prefix.
10
11 Alexey Sokolov (2):
12 profiles: prefix: mask USE=elogind in x11-base/xorg-server
13 virtualx.eclass: don't skip xvfb dependency on Prefix
14
15 eclass/virtualx.eclass | 2 +-
16 profiles/features/prefix/package.use.mask | 4 ++++
17 2 files changed, 5 insertions(+), 1 deletion(-)
18
19 --
20 2.26.2

Replies