From: Jeroen Roovers Date: Thu, 10 Aug 2017 06:32:10 +0000 (+0200) Subject: www-client/opera: Inherit xdg-utils instead of fdo-mime. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4300783aaf971d72ceaa46b4167ed72e2dd64d7e;p=gentoo.git www-client/opera: Inherit xdg-utils instead of fdo-mime. Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- diff --git a/www-client/opera/opera-12.16_p1860-r1.ebuild b/www-client/opera/opera-12.16_p1860-r1.ebuild index a7af7f0f346f..5bb954545d67 100644 --- a/www-client/opera/opera-12.16_p1860-r1.ebuild +++ b/www-client/opera/opera-12.16_p1860-r1.ebuild @@ -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 }