From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E725C1382C5 for ; Tue, 23 Jan 2018 06:42:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99837E097E; Tue, 23 Jan 2018 06:42:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 725BAE097E for ; Tue, 23 Jan 2018 06:42:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B50D335C53 for ; Tue, 23 Jan 2018 06:42:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78CA11D5 for ; Tue, 23 Jan 2018 06:42:14 +0000 (UTC) From: "Mikhail Pukhlikov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikhail Pukhlikov" Message-ID: <1516112522.bf0b6510a943921efca20c9f0a88cf00a2cedccc.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-util/nant/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-util/nant/nant-0.93.5019_p2016101703.ebuild X-VCS-Directories: dev-util/nant/ X-VCS-Committer: cynede X-VCS-Committer-Name: Mikhail Pukhlikov X-VCS-Revision: bf0b6510a943921efca20c9f0a88cf00a2cedccc X-VCS-Branch: master Date: Tue, 23 Jan 2018 06:42:14 +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: a7bcecb9-d8ee-4fa2-a556-62f8d57e8bf8 X-Archives-Hash: 1596a47494137e0c3c00f41e217d8a98 commit: bf0b6510a943921efca20c9f0a88cf00a2cedccc Author: ArsenShnurkov users noreply github com> AuthorDate: Tue Jan 16 14:22:02 2018 +0000 Commit: Mikhail Pukhlikov gentoo org> CommitDate: Tue Jan 16 14:22:02 2018 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=bf0b6510 attempt to fix error with launching ResGen (unsuccessfull) dev-util/nant/nant-0.93.5019_p2016101703.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/nant/nant-0.93.5019_p2016101703.ebuild b/dev-util/nant/nant-0.93.5019_p2016101703.ebuild index 0ca7df2..f87ad08 100644 --- a/dev-util/nant/nant-0.93.5019_p2016101703.ebuild +++ b/dev-util/nant/nant-0.93.5019_p2016101703.ebuild @@ -56,7 +56,7 @@ src_prepare() { } src_compile() { - emsbuild "${METAFILETOBUILD}" + emsbuild /p:ResgenToolPath=/usr/bin/resgen "${METAFILETOBUILD}" enuspec "${FILESDIR}/${SLN_FILE}.nuspec" }