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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BE717158094 for ; Tue, 5 Jul 2022 15:41:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7658E0AB2; Tue, 5 Jul 2022 15:41:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2446E0AB2 for ; Tue, 5 Jul 2022 15:41:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82DB134138F for ; Tue, 5 Jul 2022 15:40:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1CF451C for ; Tue, 5 Jul 2022 15:40:57 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1657035466.24e063e91b91e7a82746027d9adad3d18e07be32.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libX11/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libX11/libX11-1.8.1.ebuild X-VCS-Directories: x11-libs/libX11/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 24e063e91b91e7a82746027d9adad3d18e07be32 X-VCS-Branch: master Date: Tue, 5 Jul 2022 15:40:57 +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: 49912845-7bb8-4f0b-a626-e5cfbeee7d28 X-Archives-Hash: bba7a53bcb7918b9f2b15830e334c4a2 commit: 24e063e91b91e7a82746027d9adad3d18e07be32 Author: Matt Turner gentoo org> AuthorDate: Tue Jul 5 15:37:46 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Jul 5 15:37:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24e063e9 x11-libs/libX11: Add blocker against xfce4-settings Closes: https://bugs.gentoo.org/841857 Signed-off-by: Matt Turner gentoo.org> x11-libs/libX11/libX11-1.8.1.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/x11-libs/libX11/libX11-1.8.1.ebuild b/x11-libs/libX11/libX11-1.8.1.ebuild index 25866e82c700..b3cf1311675e 100644 --- a/x11-libs/libX11/libX11-1.8.1.ebuild +++ b/x11-libs/libX11/libX11-1.8.1.ebuild @@ -17,10 +17,14 @@ RESTRICT="!test? ( test )" RDEPEND=" >=x11-libs/libxcb-1.11.1[${MULTILIB_USEDEP}] - x11-misc/compose-tables" + x11-misc/compose-tables + + !