commit: 46145519efda35aa7962f21c5d2d9a2dab44718e
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 9 20:21:08 2019 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon Dec 9 20:22:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46145519
net-irc/weechat: sync live ebuild
Package-Manager: Portage-2.3.79, Repoman-2.3.17
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
net-irc/weechat/weechat-9999.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/net-irc/weechat/weechat-9999.ebuild
b/net-irc/weechat/weechat-9999.ebuild
index f18d12851fd..f7a938e7645 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
}