commit:     99f89814a63aebf8bed012072d2fcf5de06d3172
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  9 17:01:12 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb  9 17:13:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f89814

dev-dotnet/pe-format: Use xdg-utils, add missing desktop-file-utils dep

 dev-dotnet/pe-format/pe-format-2.9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-dotnet/pe-format/pe-format-2.9999.ebuild 
b/dev-dotnet/pe-format/pe-format-2.9999.ebuild
index 07c82fb..9475013 100644
--- a/dev-dotnet/pe-format/pe-format-2.9999.ebuild
+++ b/dev-dotnet/pe-format/pe-format-2.9999.ebuild
@@ -10,7 +10,7 @@ EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}2.git";
 inherit autotools git-r3
 #endif
 
-inherit fdo-mime systemd
+inherit systemd xdg-utils
 
 DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc"
 HOMEPAGE="https://bitbucket.org/mgorny/pe-format2/";
@@ -21,6 +21,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
+DEPEND="dev-util/desktop-file-utils"
 RDEPEND="!<sys-apps/openrc-0.9.4"
 
 #if LIVE
@@ -49,5 +50,5 @@ pkg_postinst() {
        pe-format2-setup
        eend ${?}
 
-       fdo-mime_desktop_database_update
+       xdg_desktop_database_update
 }

Reply via email to