www-client/opera: Inherit xdg-utils instead of fdo-mime.
authorJeroen Roovers <jer@gentoo.org>
Thu, 10 Aug 2017 06:32:10 +0000 (08:32 +0200)
committerJeroen Roovers <jer@gentoo.org>
Thu, 10 Aug 2017 06:32:33 +0000 (08:32 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

www-client/opera/opera-12.16_p1860-r1.ebuild

index a7af7f0f346f198c980a726026ca2adfa6eb6f98..5bb954545d67e4a62a73eeaeabc41f385a4ba137 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit eutils fdo-mime gnome2-utils multilib pax-utils versionator
+inherit eutils gnome2-utils multilib pax-utils versionator xdg-utils
 
 DESCRIPTION="A fast and secure web browser and Internet suite"
 HOMEPAGE="http://www.opera.com/"
@@ -238,11 +238,11 @@ pkg_postinst() {
 
        # Update desktop file database and gtk icon cache (bug #334993)
        gnome2_icon_cache_update
-       fdo-mime_desktop_database_update
+       xdg_desktop_database_update
 }
 
 pkg_postrm() {
        # Update desktop file database and gtk icon cache (bug #334993)
        gnome2_icon_cache_update
-       fdo-mime_desktop_database_update
+       xdg_desktop_database_update
 }