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 F0D7E138330 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 3FBAEE0B6A; 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 B989BE0B6B 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 50182340A9D 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 A616D8DE 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: <1470654344.8184a980b107b053d56bbeaa40d522bcfa62f013.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: 8184a980b107b053d56bbeaa40d522bcfa62f013 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: e284f86b-498b-47fc-a838-95abb142fa48 X-Archives-Hash: 1a5440176087be1a0d1ebd0eff96086f commit: 8184a980b107b053d56bbeaa40d522bcfa62f013 Author: Hendrik v. Raven consetetur de> AuthorDate: Mon Aug 8 11:05:44 2016 +0000 Commit: Mikhail Pukhlikov gentoo org> CommitDate: Mon Aug 8 11:05:44 2016 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=8184a980 dev-util/nant[nupkg] requires nuget dev-util/nant/nant-0.93.5019_p201511150-r0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 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 c9f81bf..f080623 100644 --- a/dev-util/nant/nant-0.93.5019_p201511150-r0.ebuild +++ b/dev-util/nant/nant-0.93.5019_p201511150-r0.ebuild @@ -26,7 +26,8 @@ IUSE="+net45 developer nupkg debug" USE_DOTNET="net45" RDEPEND=">=dev-lang/mono-4.4.0.40 - !dev-dotnet/nant" + !dev-dotnet/nant + nupkg? ( dev-dotnet/nuget )" DEPEND="${RDEPEND} virtual/pkgconfig "