net-irc/weechat: sync live ebuild

Package-Manager: Portage-2.3.49, Repoman-2.3.10
This commit is contained in:
Georgy Yakovlev
2018-09-10 18:30:12 -07:00
parent 152be30612
commit 20ddf00e17

View File

@@ -4,7 +4,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
CMAKE_MAKEFILE_GENERATOR=emake
inherit python-single-r1 cmake-utils
inherit cmake-utils gnome2-utils python-single-r1
if [[ ${PV} == "9999" ]] ; then
inherit git-r3
@@ -149,3 +149,11 @@ src_configure() {
cmake-utils_src_configure
}
pkg_postinst() {
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}