media-gfx/nomacs: fdo-mime->xdg-utils
authorMarty E. Plummer <hanetzer@startmail.com>
Sun, 8 Apr 2018 18:49:08 +0000 (13:49 -0500)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 10 Apr 2018 09:22:42 +0000 (11:22 +0200)
Package-Manager: Portage-2.3.28, Repoman-2.3.9

media-gfx/nomacs/nomacs-3.6.1.ebuild

index c88239195c8fe2b8467c7190099b83065f808459..7d4943b91dc7c61e8189c10519720830c6e0167f 100644 (file)
@@ -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
 }