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 DACF413832F for ; Mon, 8 Aug 2016 11:31:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30C85E0B69; Mon, 8 Aug 2016 11:31:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 940EDE0B69 for ; Mon, 8 Aug 2016 11:31:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 63A00340ADB for ; Mon, 8 Aug 2016 11:31:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B828B2442 for ; Mon, 8 Aug 2016 11:30:59 +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: <1470655571.5050702fa36f259d9b2427f81f56ed159b8f633a.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_p201511150-r0.ebuild X-VCS-Directories: dev-util/nant/ X-VCS-Committer: cynede X-VCS-Committer-Name: Mikhail Pukhlikov X-VCS-Revision: 5050702fa36f259d9b2427f81f56ed159b8f633a X-VCS-Branch: master Date: Mon, 8 Aug 2016 11:30:59 +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: 62042ae7-cdd1-46b6-819a-c7859bdbd979 X-Archives-Hash: fac70718963487edd88b537d0680b23a commit: 5050702fa36f259d9b2427f81f56ed159b8f633a Author: Hendrik v. Raven consetetur de> AuthorDate: Mon Aug 8 11:26:11 2016 +0000 Commit: Mikhail Pukhlikov gentoo org> CommitDate: Mon Aug 8 11:26:11 2016 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=5050702f dev-util/nant: drop ~ppc keyword dev-util/nuget doesn't have the ~ppc keyword yet, and I have no way of testing on ppc. dev-util/nant/nant-0.93.5019_p201511150-r0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/nant/nant-0.93.5019_p201511150-r0.ebuild b/dev-util/nant/nant-0.93.5019_p201511150-r0.ebuild index f080623..eb5ab2e 100644 --- a/dev-util/nant/nant-0.93.5019_p201511150-r0.ebuild +++ b/dev-util/nant/nant-0.93.5019_p201511150-r0.ebuild @@ -21,7 +21,7 @@ S="${WORKDIR}/${GITFILENAME}" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="+net45 developer nupkg debug" USE_DOTNET="net45"