summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-08 13:49:08 -0500
committerAndreas Sturmlechner <asturm@gentoo.org>2018-04-10 11:22:42 +0200
commitce2b63ca218ea39ae2fb69943c2197d1430e93fa (patch)
tree6a39abf789e43c42ab20589eaa867fef34f6e46b
parentmail-client/trojita: align live ebuild with release (diff)
downloadgentoo-ce2b63ca.tar.gz
gentoo-ce2b63ca.tar.bz2
gentoo-ce2b63ca.zip
media-gfx/nomacs: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
-rw-r--r--media-gfx/nomacs/nomacs-3.6.1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/nomacs/nomacs-3.6.1.ebuild b/media-gfx/nomacs/nomacs-3.6.1.ebuild
index c88239195c8f..7d4943b91dc7 100644
--- a/media-gfx/nomacs/nomacs-3.6.1.ebuild
+++ b/media-gfx/nomacs/nomacs-3.6.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit cmake-utils fdo-mime
+inherit cmake-utils xdg-utils
DESCRIPTION="Qt-based image viewer"
HOMEPAGE="https://nomacs.org/"
@@ -65,9 +65,9 @@ src_configure() {
}
pkg_postinst() {
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
}
pkg_postrm() {
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
}