commit: ab4f0a0d542ea2b306ba93fb8900733598534e32 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Wed Feb 10 13:35:36 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Feb 10 13:36:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab4f0a0d
gui-apps/wcm: inherit xdg for xdg_icon_cache_update() Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> gui-apps/wcm/wcm-0.7.0.ebuild | 2 +- gui-apps/wcm/wcm-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-apps/wcm/wcm-0.7.0.ebuild b/gui-apps/wcm/wcm-0.7.0.ebuild index 317718d415c..9f49e9cfad0 100644 --- a/gui-apps/wcm/wcm-0.7.0.ebuild +++ b/gui-apps/wcm/wcm-0.7.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit meson +inherit meson xdg DESCRIPTION="Wayfire Config Manager" HOMEPAGE="https://github.com/WayfireWM/wcm" diff --git a/gui-apps/wcm/wcm-9999.ebuild b/gui-apps/wcm/wcm-9999.ebuild index 317718d415c..9f49e9cfad0 100644 --- a/gui-apps/wcm/wcm-9999.ebuild +++ b/gui-apps/wcm/wcm-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit meson +inherit meson xdg DESCRIPTION="Wayfire Config Manager" HOMEPAGE="https://github.com/WayfireWM/wcm"
