Skip to content

Commit

Permalink
dev-dotnet/pe-format: Use xdg-utils, add missing desktop-file-utils dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Feb 9, 2016
1 parent ea4f5bb commit 99f8981
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev-dotnet/pe-format/pe-format-2.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand All @@ -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
Expand Down Expand Up @@ -49,5 +50,5 @@ pkg_postinst() {
pe-format2-setup
eend ${?}

fdo-mime_desktop_database_update
xdg_desktop_database_update
}

0 comments on commit 99f8981

Please sign in to comment.