From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1109339-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 14D96138334
	for <garchives@archives.gentoo.org>; Fri,  6 Sep 2019 21:47:51 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DB789E0A01;
	Fri,  6 Sep 2019 21:47:49 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 C1F9FE0A01
	for <gentoo-commits@lists.gentoo.org>; Fri,  6 Sep 2019 21:47:49 +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 9B9C534ADA1
	for <gentoo-commits@lists.gentoo.org>; Fri,  6 Sep 2019 21:47:48 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CF4047CF
	for <gentoo-commits@lists.gentoo.org>; Fri,  6 Sep 2019 21:47:45 +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: <1567806284.a450bc949f8bac2362c41e8253feb3bd017d84a1.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-3.30.2.ebuild
X-VCS-Directories: gnome-extra/gnome-shell-frippery/
X-VCS-Committer: leio
X-VCS-Committer-Name: Mart Raudsepp
X-VCS-Revision: a450bc949f8bac2362c41e8253feb3bd017d84a1
X-VCS-Branch: master
Date: Fri,  6 Sep 2019 21:47:45 +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: 53401625-8ff7-4003-beec-646172b9be84
X-Archives-Hash: 5b346a18ef228ce0dff2822ae1ccade6

commit:     a450bc949f8bac2362c41e8253feb3bd017d84a1
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  6 21:20:41 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Sep  6 21:44:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a450bc94

gnome-extra/gnome-shell-frippery: require older gnome-shell

Multiple frippery 3.30 extensions are incompatible with gnome-shell-3.32

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.30.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.30.2.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.30.2.ebuild
index 6128d8dd5bd..2bd0d45c7cf 100644
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.30.2.ebuild
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.30.2.ebuild
@@ -18,6 +18,7 @@ RDEPEND="
 	dev-libs/gobject-introspection:=
 	gnome-base/gnome-menus:3[introspection]
 	>=gnome-base/gnome-shell-3.30
+	<gnome-base/gnome-shell-3.31
 	media-libs/clutter:1.0[introspection]
 	x11-libs/pango[introspection]
 "