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 47A89139336 for ; Sun, 27 Jun 2021 15:39:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 737D1E08C3; Sun, 27 Jun 2021 15:39:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2BB22E0817 for ; Sun, 27 Jun 2021 15:39:22 +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 01B1A34092E for ; Sun, 27 Jun 2021 15:39:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD7AC798 for ; Sun, 27 Jun 2021 15:39:19 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1624799149.31dc033689679162a058ff9a3940c3669e51e3a4.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-wm/cage/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-wm/cage/cage-0.1.3.ebuild gui-wm/cage/cage-0.1.4.ebuild gui-wm/cage/cage-9999.ebuild X-VCS-Directories: gui-wm/cage/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 31dc033689679162a058ff9a3940c3669e51e3a4 X-VCS-Branch: master Date: Sun, 27 Jun 2021 15:39:19 +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: 1574b723-6d53-4e70-bff9-32bbca7d71e3 X-Archives-Hash: 9c27469a23fd3854cd4b8e5f2b6beae2 commit: 31dc033689679162a058ff9a3940c3669e51e3a4 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sun Jun 27 13:05:22 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Jun 27 13:05:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=31dc0336 gui-wm/cage: Simplify RDEPEND for USE=X Suggested by AndrewAmmerlann on https://github.com/gentoo/guru/commit/fbc347d9377c83bfaa26e83aa8a43f5a3f95963d#commitcomment-52718982 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> gui-wm/cage/cage-0.1.3.ebuild | 8 ++------ gui-wm/cage/cage-0.1.4.ebuild | 8 ++------ gui-wm/cage/cage-9999.ebuild | 8 ++------ 3 files changed, 6 insertions(+), 18 deletions(-) diff --git a/gui-wm/cage/cage-0.1.3.ebuild b/gui-wm/cage/cage-0.1.3.ebuild index 5502c2027..45916603c 100644 --- a/gui-wm/cage/cage-0.1.3.ebuild +++ b/gui-wm/cage/cage-0.1.3.ebuild @@ -22,12 +22,8 @@ SLOT="0" IUSE="X" RDEPEND=" - >=gui-libs/wlroots-0.13 - x11-libs/libxkbcommon - X? ( - gui-libs/wlroots[X] - x11-libs/libxkbcommon[X] - ) + >=gui-libs/wlroots-0.13[X?] + x11-libs/libxkbcommon[X?] " DEPEND="${RDEPEND}" diff --git a/gui-wm/cage/cage-0.1.4.ebuild b/gui-wm/cage/cage-0.1.4.ebuild index 0372c2261..f1fd3416c 100644 --- a/gui-wm/cage/cage-0.1.4.ebuild +++ b/gui-wm/cage/cage-0.1.4.ebuild @@ -22,12 +22,8 @@ SLOT="0" IUSE="X" RDEPEND=" - >=gui-libs/wlroots-0.14 - x11-libs/libxkbcommon - X? ( - gui-libs/wlroots[X] - x11-libs/libxkbcommon[X] - ) + >=gui-libs/wlroots-0.14[X?] + x11-libs/libxkbcommon[X?] " DEPEND="${RDEPEND}" diff --git a/gui-wm/cage/cage-9999.ebuild b/gui-wm/cage/cage-9999.ebuild index 0372c2261..f1fd3416c 100644 --- a/gui-wm/cage/cage-9999.ebuild +++ b/gui-wm/cage/cage-9999.ebuild @@ -22,12 +22,8 @@ SLOT="0" IUSE="X" RDEPEND=" - >=gui-libs/wlroots-0.14 - x11-libs/libxkbcommon - X? ( - gui-libs/wlroots[X] - x11-libs/libxkbcommon[X] - ) + >=gui-libs/wlroots-0.14[X?] + x11-libs/libxkbcommon[X?] " DEPEND="${RDEPEND}"