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 23550158064 for ; Mon, 6 May 2024 14:28:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C25BE2AB6; Mon, 6 May 2024 14:28:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54318E2AB6 for ; Mon, 6 May 2024 14:28:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 30950343159 for ; Mon, 6 May 2024 14:28:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6031B1779 for ; Mon, 6 May 2024 14:28:24 +0000 (UTC) From: "Theo Donacik" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Donacik" Message-ID: <1715005514.750ec88cf946b40b94ea47cd8c102d5d68e95e96.theodonacik@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/grimshot/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/grimshot/grimshot-9999.ebuild X-VCS-Directories: gui-apps/grimshot/ X-VCS-Committer: theodonacik X-VCS-Committer-Name: Theo Donacik X-VCS-Revision: 750ec88cf946b40b94ea47cd8c102d5d68e95e96 X-VCS-Branch: dev Date: Mon, 6 May 2024 14:28:24 +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: ff8cc935-005f-4719-a213-d98e4bf76677 X-Archives-Hash: 5a57ab888f88128e6bb8faf2d98fd1b6 commit: 750ec88cf946b40b94ea47cd8c102d5d68e95e96 Author: Theo Donacik gmail com> AuthorDate: Mon May 6 14:25:14 2024 +0000 Commit: Theo Donacik gmail com> CommitDate: Mon May 6 14:25:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=750ec88c gui-apps/grimshot: added swayfx possible dependency Signed-off-by: Theo Donacik gmail.com> Allows grimshot to be installed with either sway or swayfx. gui-apps/grimshot/grimshot-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/grimshot/grimshot-9999.ebuild b/gui-apps/grimshot/grimshot-9999.ebuild index bf296b631a..fa31c8d3f1 100644 --- a/gui-apps/grimshot/grimshot-9999.ebuild +++ b/gui-apps/grimshot/grimshot-9999.ebuild @@ -20,7 +20,7 @@ RDEPEND=" gui-apps/grim gui-apps/slurp gui-apps/wl-clipboard - gui-wm/sway + || ( gui-wm/sway gui-wm/swayfx ) !!<=gui-wm/sway-1.8.1[grimshot] libnotify? ( x11-libs/libnotify ) "