From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EAE7E58973 for ; Tue, 9 Feb 2016 17:13:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6433921C244; Tue, 9 Feb 2016 17:13:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0E4E21C07B for ; Tue, 9 Feb 2016 17:13:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1E54340A61 for ; Tue, 9 Feb 2016 17:13:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A9FE1074 for ; Tue, 9 Feb 2016 17:13:26 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1455037995.99f89814a63aebf8bed012072d2fcf5de06d3172.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/pe-format/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-dotnet/pe-format/pe-format-2.9999.ebuild X-VCS-Directories: dev-dotnet/pe-format/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 99f89814a63aebf8bed012072d2fcf5de06d3172 X-VCS-Branch: master Date: Tue, 9 Feb 2016 17:13:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2d4da03e-46cd-4911-bcc8-5627ba55d402 X-Archives-Hash: 62a2e64d7b9beea432e85e58cd87c59c commit: 99f89814a63aebf8bed012072d2fcf5de06d3172 Author: Michał Górny gentoo org> AuthorDate: Tue Feb 9 17:01:12 2016 +0000 Commit: Michał Górny gentoo 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="!