From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 239BA1383D3 for ; Tue, 1 Sep 2015 18:48:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB76014255; Tue, 1 Sep 2015 18:48:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 587AB14255 for ; Tue, 1 Sep 2015 18:48:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 804FB341B4C for ; Tue, 1 Sep 2015 18:48:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B726144 for ; Tue, 1 Sep 2015 18:48:02 +0000 (UTC) From: "Ole Reifschneider" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ole Reifschneider" Message-ID: <1441133318.04293a18ffa6e5542bfb2d96d3c7151f2dff8e67.tranquility@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-wm/mutter/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-wm/mutter/mutter-9999.ebuild X-VCS-Directories: x11-wm/mutter/ X-VCS-Committer: tranquility X-VCS-Committer-Name: Ole Reifschneider X-VCS-Revision: 04293a18ffa6e5542bfb2d96d3c7151f2dff8e67 X-VCS-Branch: master Date: Tue, 1 Sep 2015 18:48:02 +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-Archives-Salt: 6f9ae21b-e72f-4619-a078-e7a4904c3d37 X-Archives-Hash: 9017fea7fbb423a67ae96e6d24a89dcd commit: 04293a18ffa6e5542bfb2d96d3c7151f2dff8e67 Author: Ole Reifschneider gentoo org> AuthorDate: Tue Sep 1 18:48:38 2015 +0000 Commit: Ole Reifschneider gentoo org> CommitDate: Tue Sep 1 18:48:38 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=04293a18 x11-wm/mutter: fix wayland dependency Package-Manager: portage-2.2.20.1 Manifest-Sign-Key: 7E8B4D42 x11-wm/mutter/mutter-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/mutter/mutter-9999.ebuild b/x11-wm/mutter/mutter-9999.ebuild index 65be7e2..6cf55c9 100644 --- a/x11-wm/mutter/mutter-9999.ebuild +++ b/x11-wm/mutter/mutter-9999.ebuild @@ -65,7 +65,7 @@ COMMON_DEPEND=" virtual/libgudev x11-libs/libdrm:= ) wayland? ( - >=dev-libs/wayland-1.5.90 + >=dev-libs/wayland-1.6.90 media-libs/clutter[wayland] x11-base/xorg-server[wayland] ) "