Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/picom/
Date: Sat, 12 Jun 2021 05:50:31
Message-Id: 1623477006.159e3d0215755de6bad62e5f94e4d4f33bdc8150.sam@gentoo
1 commit: 159e3d0215755de6bad62e5f94e4d4f33bdc8150
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 12 05:50:06 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 12 05:50:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=159e3d02
7
8 x11-misc/picom: sync extra RESTRICT for tests
9
10 Bug: https://bugs.gentoo.org/795489
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 x11-misc/picom/picom-9999.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/x11-misc/picom/picom-9999.ebuild b/x11-misc/picom/picom-9999.ebuild
17 index a088bc75f1b..7551a069f44 100644
18 --- a/x11-misc/picom/picom-9999.ebuild
19 +++ b/x11-misc/picom/picom-9999.ebuild
20 @@ -13,7 +13,9 @@ EGIT_REPO_URI="https://github.com/yshui/picom.git"
21 LICENSE="MPL-2.0 MIT"
22 SLOT="0"
23 IUSE="+config-file dbus +doc +drm opengl pcre test"
24 -RESTRICT="!test? ( test )"
25 +
26 +REQUIRED_USE="test? ( dbus )" # avoid "DBus support not compiled in!"
27 +RESTRICT="test" # but tests require dbus_next
28
29 RDEPEND="dev-libs/libev
30 dev-libs/uthash