diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-02-09 18:01:12 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-02-09 18:13:15 +0100 |
commit | 99f89814a63aebf8bed012072d2fcf5de06d3172 (patch) | |
tree | cc0ab6f49b01aab28114c9f9f7fc9abec29be234 /dev-dotnet | |
parent | dev-dotnet/pe-format: Update systemd.eclass API (in live) (diff) | |
download | gentoo-99f89814a63aebf8bed012072d2fcf5de06d3172.tar.gz gentoo-99f89814a63aebf8bed012072d2fcf5de06d3172.tar.bz2 gentoo-99f89814a63aebf8bed012072d2fcf5de06d3172.zip |
dev-dotnet/pe-format: Use xdg-utils, add missing desktop-file-utils dep
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/pe-format/pe-format-2.9999.ebuild | 5 |
1 files 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 07c82fb2f592..9475013b29d6 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 } |