From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4288F1382C5 for ; Sat, 12 Jun 2021 05:50:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C5C4E0817; Sat, 12 Jun 2021 05:50:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61714E0817 for ; Sat, 12 Jun 2021 05:50:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 129D33407E0 for ; Sat, 12 Jun 2021 05:50:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A8D3796 for ; Sat, 12 Jun 2021 05:50:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1623477006.159e3d0215755de6bad62e5f94e4d4f33bdc8150.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/picom/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/picom/picom-9999.ebuild X-VCS-Directories: x11-misc/picom/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 159e3d0215755de6bad62e5f94e4d4f33bdc8150 X-VCS-Branch: master Date: Sat, 12 Jun 2021 05:50:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 285dc3a2-d9de-4cb4-a3ad-78a9355cdf61 X-Archives-Hash: a92a1b8964305d508da78d75b72b95a8 commit: 159e3d0215755de6bad62e5f94e4d4f33bdc8150 Author: Sam James gentoo org> AuthorDate: Sat Jun 12 05:50:06 2021 +0000 Commit: Sam James gentoo 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 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