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 83477158086 for ; Mon, 11 Oct 2021 10:51:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F421E081E; Mon, 11 Oct 2021 10:51:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46E34E081E for ; Mon, 11 Oct 2021 10:51:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D81B7342CAE for ; Mon, 11 Oct 2021 10:51:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65EA08E for ; Mon, 11 Oct 2021 10:51:27 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1633947935.2098bdf1969f8dd04731f01c96cb35b35b1a679e.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.2.ebuild X-VCS-Directories: gnome-extra/gnome-shell-frippery/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 2098bdf1969f8dd04731f01c96cb35b35b1a679e X-VCS-Branch: master Date: Mon, 11 Oct 2021 10:51:27 +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: 7a7aa702-ccdf-4760-af1e-4dc667c5529c X-Archives-Hash: 9eb69639f512648c52be5a6f1f60861e commit: 2098bdf1969f8dd04731f01c96cb35b35b1a679e Author: Mart Raudsepp gentoo org> AuthorDate: Mon Oct 11 10:25:35 2021 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Oct 11 10:25:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2098bdf1 gnome-extra/gnome-shell-frippery: fix up some deps The extensions require a matching gnome-shell version these days as per included metadata.json, just like for gnome-shell-extensions. The rest was probably fine before, as gnome-shell itself depends on the same introspection deps, but be explicit. Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Mart Raudsepp gentoo.org> gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.2.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.2.ebuild index cb1d739a4bd..985601cff4b 100644 --- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.2.ebuild +++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.2.ebuild @@ -16,8 +16,10 @@ RDEPEND=" app-eselect/eselect-gnome-shell-extensions >=dev-libs/gjs-1.29 dev-libs/gobject-introspection:= + gui-libs/gtk:4[introspection] gnome-base/gnome-menus:3[introspection] - >=gnome-base/gnome-shell-3.38 + =x11-wm/mutter-$(ver_cut 1)*[introspection] + =gnome-base/gnome-shell-$(ver_cut 1)* media-libs/clutter:1.0[introspection] x11-libs/pango[introspection] "