summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-08 09:14:25 -0500
committerDavid Seifert <soap@gentoo.org>2018-04-20 22:37:02 +0200
commitfa7f2fba902c5fb37755f55c549a4d7bd66b8772 (patch)
tree693c5e89b0dc82a0625587becb122e8c59fdfdae /app-text/djvu/djvu-3.5.25.3.ebuild
parentapp-text/bibus: fdo-mime->xdg-utils (diff)
downloadgentoo-fa7f2fba902c5fb37755f55c549a4d7bd66b8772.tar.gz
gentoo-fa7f2fba902c5fb37755f55c549a4d7bd66b8772.tar.bz2
gentoo-fa7f2fba902c5fb37755f55c549a4d7bd66b8772.zip
app-text/djvu: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'app-text/djvu/djvu-3.5.25.3.ebuild')
-rw-r--r--app-text/djvu/djvu-3.5.25.3.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-text/djvu/djvu-3.5.25.3.ebuild b/app-text/djvu/djvu-3.5.25.3.ebuild
index e06287eef0f5..455ebfa772e0 100644
--- a/app-text/djvu/djvu-3.5.25.3.ebuild
+++ b/app-text/djvu/djvu-3.5.25.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit autotools eutils fdo-mime flag-o-matic
+inherit autotools eutils flag-o-matic xdg-utils
MY_P="${PN}libre-${PV#*_p}"
@@ -62,11 +62,11 @@ src_install() {
}
pkg_postinst() {
- fdo-mime_mime_database_update
+ xdg_mimeinfo_database_update
has_version app-text/djview || \
optfeature "For djviewer or browser plugin" app-text/djview
}
pkg_postrm() {
- fdo-mime_mime_database_update
+ xdg_mimeinfo_database_update
}