commit:     159e3d0215755de6bad62e5f94e4d4f33bdc8150
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 12 05:50:06 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 12 05:50:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=159e3d02

x11-misc/picom: sync extra RESTRICT for tests

Bug: https://bugs.gentoo.org/795489
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/picom/picom-9999.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/x11-misc/picom/picom-9999.ebuild b/x11-misc/picom/picom-9999.ebuild
index a088bc75f1b..7551a069f44 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

Reply via email to