summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-12 05:50:06 +0000
committerSam James <sam@gentoo.org>2021-06-12 05:50:06 +0000
commit159e3d0215755de6bad62e5f94e4d4f33bdc8150 (patch)
treef097cf5e9100c27ad9830246f2b82a507b12b3c6 /x11-misc/picom/picom-9999.ebuild
parentx11-misc/picom: sync live ebuild, fix tests (diff)
downloadgentoo-159e3d0215755de6bad62e5f94e4d4f33bdc8150.tar.gz
gentoo-159e3d0215755de6bad62e5f94e4d4f33bdc8150.tar.bz2
gentoo-159e3d0215755de6bad62e5f94e4d4f33bdc8150.zip
x11-misc/picom: sync extra RESTRICT for tests
Bug: https://bugs.gentoo.org/795489 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/picom/picom-9999.ebuild')
-rw-r--r--x11-misc/picom/picom-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-misc/picom/picom-9999.ebuild b/x11-misc/picom/picom-9999.ebuild
index a088bc75f1bf..7551a069f44f 100644
--- a/x11-misc/picom/picom-9999.ebuild
+++ b/x11-misc/picom/picom-9999.ebuild
@@ -13,7 +13,9 @@ EGIT_REPO_URI="https://github.com/yshui/picom.git"
LICENSE="MPL-2.0 MIT"
SLOT="0"
IUSE="+config-file dbus +doc +drm opengl pcre test"
-RESTRICT="!test? ( test )"
+
+REQUIRED_USE="test? ( dbus )" # avoid "DBus support not compiled in!"
+RESTRICT="test" # but tests require dbus_next
RDEPEND="dev-libs/libev
dev-libs/uthash