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 294281382C5 for ; Thu, 25 Mar 2021 16:20:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D2D2E0857; Thu, 25 Mar 2021 16:20:41 +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 634F2E0857 for ; Thu, 25 Mar 2021 16:20:41 +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 F1600335D87 for ; Thu, 25 Mar 2021 16:20:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2FD95B9 for ; Thu, 25 Mar 2021 16:20:18 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1616689207.e228b24ce7ff0c241b431c0ecb87f21e95f39966.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gdm/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gdm/gdm-3.36.4-r1.ebuild gnome-base/gdm/gdm-3.36.4.ebuild X-VCS-Directories: gnome-base/gdm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e228b24ce7ff0c241b431c0ecb87f21e95f39966 X-VCS-Branch: master Date: Thu, 25 Mar 2021 16:20:18 +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: e056f6b5-1a40-43cf-bc02-fc1a90afb559 X-Archives-Hash: d599792fda7df4102ba5754d033a6875 commit: e228b24ce7ff0c241b431c0ecb87f21e95f39966 Author: Sam James gentoo org> AuthorDate: Thu Mar 25 16:15:45 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 25 16:20:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e228b24c gnome-base/gdm: revbump for missing desktop inherit Reasonable chance that an icon may be missing as desktop.eclass inherit was missing (not indirect). Lost in EAPI 7 bump. Fixes: 625bc2d99ab7bc3285b889ca4e69beb2395ca1ed Signed-off-by: Sam James gentoo.org> gnome-base/gdm/{gdm-3.36.4.ebuild => gdm-3.36.4-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/gdm/gdm-3.36.4.ebuild b/gnome-base/gdm/gdm-3.36.4-r1.ebuild similarity index 98% rename from gnome-base/gdm/gdm-3.36.4.ebuild rename to gnome-base/gdm/gdm-3.36.4-r1.ebuild index ed1880a362c..6f040d66361 100644 --- a/gnome-base/gdm/gdm-3.36.4.ebuild +++ b/gnome-base/gdm/gdm-3.36.4-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 GNOME2_EAUTORECONF="yes" -inherit gnome2 pam readme.gentoo-r1 systemd toolchain-funcs udev +inherit desktop gnome2 pam readme.gentoo-r1 systemd toolchain-funcs udev DESCRIPTION="GNOME Display Manager for managing graphical display servers and user logins" HOMEPAGE="https://wiki.gnome.org/Projects/GDM"