From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1149206-garchives=archives.gentoo.org@lists.gentoo.org> 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 98D37138350 for <garchives@archives.gentoo.org>; Sun, 1 Mar 2020 16:33:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84F4CE0977; Sun, 1 Mar 2020 16:33:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 46030E0977 for <gentoo-commits@lists.gentoo.org>; Sun, 1 Mar 2020 16:33:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3E94934EFF9 for <gentoo-commits@lists.gentoo.org>; Sun, 1 Mar 2020 16:33:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B42C515D for <gentoo-commits@lists.gentoo.org>; Sun, 1 Mar 2020 16:33:23 +0000 (UTC) From: "Mart Raudsepp" <leio@gentoo.org> 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" <leio@gentoo.org> Message-ID: <1583080390.22b326f87e3210ff2b086fe60f062dd49b53185f.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extensions/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.32.1.ebuild X-VCS-Directories: gnome-extra/gnome-shell-extensions/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 22b326f87e3210ff2b086fe60f062dd49b53185f X-VCS-Branch: master Date: Sun, 1 Mar 2020 16:33:23 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 725ecca4-3641-48ec-974d-7641dff52420 X-Archives-Hash: 77077bc5559e04032f3dfdeea22ccd75 commit: 22b326f87e3210ff2b086fe60f062dd49b53185f Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sun Mar 1 16:33:10 2020 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sun Mar 1 16:33:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22b326f8 gnome-extra/gnome-shell-extensions-3.32: require matching gnome-shell All gnome-shell-extensions these days are marked compatible explicitly only with the same gnome-shell version, so block newer ones to upgrade in lock-step, or the extensions temporarily don't work Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> .../gnome-shell-extensions/gnome-shell-extensions-3.32.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.32.1.ebuild b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.32.1.ebuild index 8a1b1285470..492cc13e4ed 100644 --- a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.32.1.ebuild +++ b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.32.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,6 +23,7 @@ RDEPEND="${COMMON_DEPEND} dev-libs/atk[introspection] gnome-base/gnome-menus:3[introspection] >=gnome-base/gnome-shell-3.32 + <gnome-base/gnome-shell-3.33 media-libs/clutter:1.0[introspection] net-libs/telepathy-glib[introspection] x11-libs/gdk-pixbuf:2[introspection]