commit: 9fc45a1ddbd00d20e34a25c9f2864903bd84749d Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru> AuthorDate: Wed Apr 8 12:22:24 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Wed Apr 8 12:22:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9fc45a1d
app-misc/doublecmd-bin: add inherit xdg Inherit xdg to auto handle xdg_icon_cache_update, xdg_desktop_database_update Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru> app-misc/doublecmd-bin/doublecmd-bin-0.9.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/doublecmd-bin/doublecmd-bin-0.9.8.ebuild b/app-misc/doublecmd-bin/doublecmd-bin-0.9.8.ebuild index fd1b163..7f762e3 100644 --- a/app-misc/doublecmd-bin/doublecmd-bin-0.9.8.ebuild +++ b/app-misc/doublecmd-bin/doublecmd-bin-0.9.8.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit desktop eutils +inherit desktop eutils xdg MY_PN="doublecmd" DESCRIPTION="Free cross platform open source file manager with two panels side by side."
