projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72e2504
)
net-irc/weechat: sync live ebuild
author
Georgy Yakovlev
<gyakovlev@gentoo.org>
Mon, 9 Dec 2019 20:21:08 +0000
(12:21 -0800)
committer
Georgy Yakovlev
<gyakovlev@gentoo.org>
Mon, 9 Dec 2019 20:22:01 +0000
(12:22 -0800)
Package-Manager: Portage-2.3.79, Repoman-2.3.17
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
net-irc/weechat/weechat-9999.ebuild
patch
|
blob
|
history
diff --git
a/net-irc/weechat/weechat-9999.ebuild
b/net-irc/weechat/weechat-9999.ebuild
index f18d12851fd069cdaf656282d6743297fd8a7105..f7a938e7645d003eae0f5a30de9997cb1d519158 100644
(file)
--- 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
}