summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2017-07-19 16:54:16 +0200
committerMartin Väth <martin@mvath.de>2017-07-19 16:54:16 +0200
commita55a854916664d897e57a634932fc48937edca5f (patch)
treedb1fa085cbb038f2434f4079fa4f7bb3da8f115a /media-gfx/pqiv
parentsys-power/nut: Add to fix system-shutdown path (diff)
downloadmv-a55a854916664d897e57a634932fc48937edca5f.tar.gz
mv-a55a854916664d897e57a634932fc48937edca5f.tar.bz2
mv-a55a854916664d897e57a634932fc48937edca5f.zip
Make repoman happy
Diffstat (limited to 'media-gfx/pqiv')
-rw-r--r--media-gfx/pqiv/pqiv-2.8.5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/pqiv/pqiv-2.8.5.ebuild b/media-gfx/pqiv/pqiv-2.8.5.ebuild
index 95b9f89b..834095b3 100644
--- a/media-gfx/pqiv/pqiv-2.8.5.ebuild
+++ b/media-gfx/pqiv/pqiv-2.8.5.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit linux-info toolchain-funcs fdo-mime
+inherit linux-info toolchain-funcs xdg-utils
SRC_URI="https://github.com/phillipberndt/pqiv/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
@@ -63,9 +63,9 @@ src_compile() {
}
pkg_postinst() {
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
}
pkg_postrm() {
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
}