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 91D13158094 for ; Wed, 7 Sep 2022 02:10:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0F37E0809; Wed, 7 Sep 2022 02:10: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 CC169E0809 for ; Wed, 7 Sep 2022 02:10: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 01323340D20 for ; Wed, 7 Sep 2022 02:10:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 568F859F for ; Wed, 7 Sep 2022 02:10:25 +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: <1662516604.72c59e0c9e79d73537f46c74689b0cac40b50f9d.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-shell/gnome-shell-42.4-r1.ebuild gnome-base/gnome-shell/gnome-shell-42.4.ebuild X-VCS-Directories: gnome-base/gnome-shell/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 72c59e0c9e79d73537f46c74689b0cac40b50f9d X-VCS-Branch: master Date: Wed, 7 Sep 2022 02:10:25 +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: f8f3537f-3053-405a-8949-126ae9c5f308 X-Archives-Hash: 9bae78367b4f4a7e9040f5602282b890 commit: 72c59e0c9e79d73537f46c74689b0cac40b50f9d Author: Matt Turner gentoo org> AuthorDate: Tue Sep 6 23:20:26 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Sep 7 02:10:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c59e0c gnome-base/gnome-shell: Depend on dev-libs/gjs with USE=cairo Closes: https://bugs.gentoo.org/739430 Signed-off-by: Matt Turner gentoo.org> .../gnome-shell/{gnome-shell-42.4.ebuild => gnome-shell-42.4-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/gnome-shell/gnome-shell-42.4.ebuild b/gnome-base/gnome-shell/gnome-shell-42.4-r1.ebuild similarity index 99% rename from gnome-base/gnome-shell/gnome-shell-42.4.ebuild rename to gnome-base/gnome-shell/gnome-shell-42.4-r1.ebuild index c58cbac885b3..a922a376bd8f 100644 --- a/gnome-base/gnome-shell/gnome-shell-42.4.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-42.4-r1.ebuild @@ -26,7 +26,7 @@ DEPEND=" >=app-crypt/gcr-3.7.5:=[introspection] >=dev-libs/glib-2.68:2 >=dev-libs/gobject-introspection-1.49.1:= - >=dev-libs/gjs-1.71.1 + >=dev-libs/gjs-1.71.1[cairo] >=x11-libs/gtk+-3.15.0:3[introspection] >=x11-wm/mutter-42.0:0/10[introspection,test?] >=sys-auth/polkit-0.120_p20220509[introspection]