commit: e228b24ce7ff0c241b431c0ecb87f21e95f39966
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 25 16:15:45 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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"