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 3C2541382C5 for ; Tue, 23 Jan 2018 06:42:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A0B9E0982; Tue, 23 Jan 2018 06:42:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DC945E0982 for ; Tue, 23 Jan 2018 06:42:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 28C9D335C4D 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 8B5B31D6 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: <1516113585.3a3a26e360d410145725ac0724ca979758d572f4.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: 3a3a26e360d410145725ac0724ca979758d572f4 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: ba4f7b49-f388-43bb-bcac-b6b1780ebfbb X-Archives-Hash: af1afd29efeac7b3f12e95e9ed8c2c13 commit: 3a3a26e360d410145725ac0724ca979758d572f4 Author: ArsenShnurkov users noreply github com> AuthorDate: Tue Jan 16 14:39:45 2018 +0000 Commit: Mikhail Pukhlikov gentoo org> CommitDate: Tue Jan 16 14:39:45 2018 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=3a3a26e3 switch back to xbuild until issue with resgen launch will be resolved dev-util/nant/nant-0.93.5019_p2016101703.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/nant/nant-0.93.5019_p2016101703.ebuild b/dev-util/nant/nant-0.93.5019_p2016101703.ebuild index f87ad08..226eb30 100644 --- a/dev-util/nant/nant-0.93.5019_p2016101703.ebuild +++ b/dev-util/nant/nant-0.93.5019_p2016101703.ebuild @@ -15,7 +15,7 @@ fi USE_DOTNET="net45" IUSE="+${USE_DOTNET} developer nupkg debug" -inherit versionator msbuild nupkg +inherit versionator xbuild nupkg HOMEPAGE="https://github.com/nant/${NAME}" DESCRIPTION=".NET build tool" @@ -56,7 +56,7 @@ src_prepare() { } src_compile() { - emsbuild /p:ResgenToolPath=/usr/bin/resgen "${METAFILETOBUILD}" + exbuild "${METAFILETOBUILD}" enuspec "${FILESDIR}/${SLN_FILE}.nuspec" }