From 7731916d8bd51dd7150c7e9ad4aaf641bc8c0842 Mon Sep 17 00:00:00 2001 From: "Marty E. Plummer" Date: Sun, 8 Apr 2018 06:22:32 -0500 Subject: app-cdr/isomaster: fdo-mime->xdg-utils Package-Manager: Portage-2.3.28, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/7865 --- app-cdr/isomaster/isomaster-1.3.13.ebuild | 7 ++++--- app-cdr/isomaster/isomaster-1.3.14.ebuild | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'app-cdr') diff --git a/app-cdr/isomaster/isomaster-1.3.13.ebuild b/app-cdr/isomaster/isomaster-1.3.13.ebuild index 42e53494fa5..af9ab4d1ebf 100644 --- a/app-cdr/isomaster/isomaster-1.3.13.ebuild +++ b/app-cdr/isomaster/isomaster-1.3.13.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=4 -inherit eutils fdo-mime toolchain-funcs + +inherit eutils toolchain-funcs xdg-utils DESCRIPTION="Graphical CD image editor for reading, modifying and writing ISO images" HOMEPAGE="http://littlesvr.ca/isomaster" @@ -60,9 +61,9 @@ src_install() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update } pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update } diff --git a/app-cdr/isomaster/isomaster-1.3.14.ebuild b/app-cdr/isomaster/isomaster-1.3.14.ebuild index aed6f0647fd..8bdde06a9ea 100644 --- a/app-cdr/isomaster/isomaster-1.3.14.ebuild +++ b/app-cdr/isomaster/isomaster-1.3.14.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils xdg-utils toolchain-funcs + +inherit eutils toolchain-funcs xdg-utils DESCRIPTION="Graphical CD image editor for reading, modifying and writing ISO images" HOMEPAGE="http://littlesvr.ca/isomaster" -- cgit v1.2.1