diff options
author | Sam James <sam@gentoo.org> | 2021-03-25 16:15:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-25 16:20:07 +0000 |
commit | e228b24ce7ff0c241b431c0ecb87f21e95f39966 (patch) | |
tree | 43c73ec9b4bb1a4bbcadb7026320ef8995ffa42c /gnome-base/gdm | |
parent | dev-ruby/backports: fix SRC_URI typos (diff) | |
download | gentoo-e228b24ce7ff0c241b431c0ecb87f21e95f39966.tar.gz gentoo-e228b24ce7ff0c241b431c0ecb87f21e95f39966.tar.bz2 gentoo-e228b24ce7ff0c241b431c0ecb87f21e95f39966.zip |
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@gentoo.org>
Diffstat (limited to 'gnome-base/gdm')
-rw-r--r-- | gnome-base/gdm/gdm-3.36.4-r1.ebuild (renamed from gnome-base/gdm/gdm-3.36.4.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-base/gdm/gdm-3.36.4.ebuild b/gnome-base/gdm/gdm-3.36.4-r1.ebuild index ed1880a362cb..6f040d66361b 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" |