commit: 8f573c911a697382109dadc97f196ba7e288d701 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com> AuthorDate: Tue Apr 10 03:47:25 2018 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Fri Apr 20 19:43:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f573c91
media-gfx/qiv: fdo-mime->xdg-utils Package-Manager: Portage-2.3.28, Repoman-2.3.9 media-gfx/qiv/qiv-2.3.1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-gfx/qiv/qiv-2.3.1.ebuild b/media-gfx/qiv/qiv-2.3.1.ebuild index 12439b7f977..99141eb1eca 100644 --- a/media-gfx/qiv/qiv-2.3.1.ebuild +++ b/media-gfx/qiv/qiv-2.3.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit toolchain-funcs eutils fdo-mime gnome2-utils +inherit eutils gnome2-utils toolchain-funcs xdg-utils DESCRIPTION="Quick Image Viewer" HOMEPAGE="http://spiegl.de/qiv/" @@ -53,11 +53,11 @@ src_install() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update } pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update }
