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 A20B4138350 for ; Fri, 31 Jan 2020 19:53:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62429E0826; Fri, 31 Jan 2020 19:53:51 +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 DF368E0826 for ; Fri, 31 Jan 2020 19:53:50 +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 9DF6034E20C for ; Fri, 31 Jan 2020 19:53:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BA477E for ; Fri, 31 Jan 2020 19:53:47 +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: <1580500412.5f9ff4da7857ae9d968551fb4f1af497996b4d5c.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/mutter/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/mutter/mutter-3.32.2.ebuild X-VCS-Directories: x11-wm/mutter/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 5f9ff4da7857ae9d968551fb4f1af497996b4d5c X-VCS-Branch: master Date: Fri, 31 Jan 2020 19:53:47 +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: 5ef22012-aa6e-4e07-a078-4b2156fda4ea X-Archives-Hash: 88168100837f3de3e2e03b8da1c47a70 commit: 5f9ff4da7857ae9d968551fb4f1af497996b4d5c Author: Mart Raudsepp gentoo org> AuthorDate: Fri Jan 31 19:53:32 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Jan 31 19:53:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f9ff4da x11-wm/mutter: ensure suitable udev provider from virtual/libudev dep virtul/libudev-232-r0 was broken by assuming older eudev provides >=232 libudev pkg-config version, but it didn't. -r1 and subsequent revisions fixed it. Depend on them to ensure some old eudev using system gets eudev upgraded before mutter. Closes: https://bugs.gentoo.org/698612 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> x11-wm/mutter/mutter-3.32.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/mutter/mutter-3.32.2.ebuild b/x11-wm/mutter/mutter-3.32.2.ebuild index 46696dc1181..38ea482c947 100644 --- a/x11-wm/mutter/mutter-3.32.2.ebuild +++ b/x11-wm/mutter/mutter-3.32.2.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=7 @@ -66,7 +66,7 @@ DEPEND=" x11-base/xorg-server[wayland] ) udev? ( >=dev-libs/libgudev-232:= - >=virtual/libudev-228:= ) + >=virtual/libudev-232-r1:= ) x11-libs/libSM input_devices_wacom? ( >=dev-libs/libwacom-0.13 ) >=x11-libs/startup-notification-0.7