From 4300783aaf971d72ceaa46b4167ed72e2dd64d7e Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Thu, 10 Aug 2017 08:32:10 +0200 Subject: www-client/opera: Inherit xdg-utils instead of fdo-mime. Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- www-client/opera/opera-12.16_p1860-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 } -- cgit v1.2.3-65-gdbad