Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/11313
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} )
-inherit cmake-utils gnome2-utils python-single-r1
+inherit cmake-utils python-single-r1 xdg-utils
if [[ ${PV} == *9999 ]]; then
inherit git-r3
}
pkg_postinst() {
- gnome2_icon_cache_update
+ xdg_icon_cache_update
if ! use alsa && ! use pulseaudio; then
elog
}
pkg_postrm() {
- gnome2_icon_cache_update
+ xdg_icon_cache_update
}
PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} )
-inherit cmake-utils gnome2-utils python-single-r1
+inherit cmake-utils python-single-r1 xdg-utils
if [[ ${PV} == *9999 ]]; then
inherit git-r3
}
pkg_postinst() {
- gnome2_icon_cache_update
+ xdg_icon_cache_update
if ! use alsa && ! use pulseaudio; then
elog
}
pkg_postrm() {
- gnome2_icon_cache_update
+ xdg_icon_cache_update
}