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 113E9158064 for ; Tue, 7 May 2024 03:54:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FE43E2AB9; Tue, 7 May 2024 03:54:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 2419DE2AB9 for ; Tue, 7 May 2024 03:54:06 +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 1ABF93430DA for ; Tue, 7 May 2024 03:54:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51C1116F9 for ; Tue, 7 May 2024 03:54:03 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1715005514.750ec88cf946b40b94ea47cd8c102d5d68e95e96.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 750ec88cf946b40b94ea47cd8c102d5d68e95e96 X-VCS-Branch: master Date: Tue, 7 May 2024 03:54:03 +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: bda674b0-5d35-4406-a411-2b9d05162c2c X-Archives-Hash: b53ddf4c04f950611779dffdbeff274b commit: 750ec88cf946b40b94ea47cd8c102d5d68e95e96 Author: Theo Donacik gmail com> AuthorDate: Mon May 6 14:25:14 2024 +0000 Commit: Rui Huang 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 ) "