media-gfx/freecad: Switch to xdg-utils
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 5 Nov 2017 19:15:22 +0000 (20:15 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 6 Nov 2017 01:57:15 +0000 (02:57 +0100)
Package-Manager: Portage-2.3.13, Repoman-2.3.4

media-gfx/freecad/freecad-9999.ebuild

index a9032d1b3e84ff0f7383f9bb1052d94b28a97d13..3890e6216c899a44e65a4371278d8561ec4bea85 100644 (file)
@@ -5,7 +5,7 @@ EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit cmake-utils eutils fdo-mime fortran-2 python-single-r1
+inherit cmake-utils eutils xdg-utils fortran-2 python-single-r1
 
 DESCRIPTION="Qt based Computer Aided Design application"
 HOMEPAGE="https://www.freecadweb.org/"
@@ -121,9 +121,9 @@ src_install() {
 }
 
 pkg_postinst() {
-       fdo-mime_mime_database_update
+       xdg_mimeinfo_database_update
 }
 
 pkg_postrm() {
-       fdo-mime_mime_database_update
+       xdg_mimeinfo_database_update
 }