summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Denoncin <ddenoncin@gmail.com>2021-03-16 07:47:59 +0100
committerJoonas Niilola <juippis@gentoo.org>2021-03-16 09:06:21 +0200
commit70ce726dc3b129cb4d77f456fffb03cb27915bd7 (patch)
treeb90f051fb678ba79769581170792b60641ce5409 /app-text
parentdev-libs/libedit: Bump to 20210216-3.1 (diff)
downloadgentoo-70ce726dc3b129cb4d77f456fffb03cb27915bd7.tar.gz
gentoo-70ce726dc3b129cb4d77f456fffb03cb27915bd7.tar.bz2
gentoo-70ce726dc3b129cb4d77f456fffb03cb27915bd7.zip
app-text/zathura-djvu: replace deprecated command
Closes: https://bugs.gentoo.org/775743 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Denoncin <ddenoncin@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19949 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/zathura-djvu/zathura-djvu-0.2.9.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-text/zathura-djvu/zathura-djvu-0.2.9.ebuild b/app-text/zathura-djvu/zathura-djvu-0.2.9.ebuild
index b5a67f6e3010..6b35a56bea19 100644
--- a/app-text/zathura-djvu/zathura-djvu-0.2.9.ebuild
+++ b/app-text/zathura-djvu/zathura-djvu-0.2.9.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit gnome2-utils meson xdg-utils
+inherit meson xdg-utils
if [[ ${PV} == *9999 ]]; then
inherit git-r3
@@ -30,11 +30,11 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
pkg_postinst() {
- gnome2_icon_cache_update
+ xdg_icon_cache_update
xdg_desktop_database_update
}
pkg_postrm() {
- gnome2_icon_cache_update
+ xdg_icon_cache_update
xdg_desktop_database_update
}