From: Georgy Yakovlev Date: Mon, 9 Dec 2019 20:21:08 +0000 (-0800) Subject: net-irc/weechat: sync live ebuild X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=46145519efda35aa7962f21c5d2d9a2dab44718e;p=gentoo.git net-irc/weechat: sync live ebuild Package-Manager: Portage-2.3.79, Repoman-2.3.17 Signed-off-by: Georgy Yakovlev --- diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild index f18d12851fd0..f7a938e7645d 100644 --- a/net-irc/weechat/weechat-9999.ebuild +++ b/net-irc/weechat/weechat-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} ) inherit cmake-utils python-single-r1 xdg-utils @@ -139,9 +139,13 @@ src_configure() { } pkg_postinst() { + xdg_desktop_database_update xdg_icon_cache_update + xdg_mimeinfo_database_update } pkg_postrm() { + xdg_desktop_database_update xdg_icon_cache_update + xdg_mimeinfo_database_update }