commit: 4300783aaf971d72ceaa46b4167ed72e2dd64d7e Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Thu Aug 10 06:32:10 2017 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Thu Aug 10 06:32:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4300783a
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 a7af7f0f346..5bb954545d6 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 }
