From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-963905-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 02C8F139694
	for <garchives@archives.gentoo.org>; Fri, 28 Jul 2017 14:27:57 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 468711FC04A;
	Fri, 28 Jul 2017 14:27:56 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 262F91FC04A
	for <gentoo-commits@lists.gentoo.org>; Fri, 28 Jul 2017 14:27:56 +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 2402A3418F2
	for <gentoo-commits@lists.gentoo.org>; Fri, 28 Jul 2017 14:27:55 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id BB91074B2
	for <gentoo-commits@lists.gentoo.org>; Fri, 28 Jul 2017 14:27:53 +0000 (UTC)
From: "Kristian Fiskerstrand" <k_f@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, "Kristian Fiskerstrand" <k_f@gentoo.org>
Message-ID: <1501252066.11dbcb3a4ce477fd1e33bda4f2599221892fa430.k_f@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon/
X-VCS-Repository: repo/gentoo
X-VCS-Files: gnome-extra/cinnamon/cinnamon-3.4.2-r1.ebuild gnome-extra/cinnamon/cinnamon-3.4.2.ebuild
X-VCS-Directories: gnome-extra/cinnamon/
X-VCS-Committer: k_f
X-VCS-Committer-Name: Kristian Fiskerstrand
X-VCS-Revision: 11dbcb3a4ce477fd1e33bda4f2599221892fa430
X-VCS-Branch: master
Date: Fri, 28 Jul 2017 14:27:53 +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-Archives-Salt: fadd4b61-9950-4a8a-81ce-298b8f64e158
X-Archives-Hash: 8e3ada7d5ebd4e1b8db5de8120166730

commit:     11dbcb3a4ce477fd1e33bda4f2599221892fa430
Author:     Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 28 14:25:11 2017 +0000
Commit:     Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
CommitDate: Fri Jul 28 14:27:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11dbcb3a

gnome-extra/cinnamon: Increase version dependency for x11-wm/muffin to 3.2.0

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../cinnamon/{cinnamon-3.4.2.ebuild => cinnamon-3.4.2-r1.ebuild}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/cinnamon/cinnamon-3.4.2.ebuild b/gnome-extra/cinnamon/cinnamon-3.4.2-r1.ebuild
similarity index 99%
rename from gnome-extra/cinnamon/cinnamon-3.4.2.ebuild
rename to gnome-extra/cinnamon/cinnamon-3.4.2-r1.ebuild
index 448c84c7bb4..7a62d8ff83f 100644
--- a/gnome-extra/cinnamon/cinnamon-3.4.2.ebuild
+++ b/gnome-extra/cinnamon/cinnamon-3.4.2-r1.ebuild
@@ -57,7 +57,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
 	>=x11-libs/startup-notification-0.11
 	x11-libs/libX11
 	>=x11-libs/libXfixes-5.0
-	>=x11-wm/muffin-3.0.0[introspection]
+	>=x11-wm/muffin-3.2.0[introspection]
 	networkmanager? (
 		gnome-base/libgnome-keyring
 		>=net-misc/networkmanager-0.8.999:=[introspection] )