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 D49E21397EF for ; Thu, 20 Aug 2015 12:30:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 667AE141EA; Thu, 20 Aug 2015 12:30:36 +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 C0B21141D5 for ; Thu, 20 Aug 2015 12:30:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2104434098C for ; Thu, 20 Aug 2015 12:30:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84080167 for ; Thu, 20 Aug 2015 12:30:32 +0000 (UTC) From: "Heather Cynede" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Heather Cynede" Message-ID: <1439987714.21c00e3946aaf4a45c418dab6c004b58db91eb7a.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/nunit/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-dotnet/nunit/nunit-2.6.4-r201501110.ebuild dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild X-VCS-Directories: dev-dotnet/nunit/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: 21c00e3946aaf4a45c418dab6c004b58db91eb7a X-VCS-Branch: master Date: Thu, 20 Aug 2015 12:30:32 +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: a88fa2fd-5fd3-4010-9485-4ecd6368f01a X-Archives-Hash: 6968ac6ab99f03e188fdd2c1ac89c3ba commit: 21c00e3946aaf4a45c418dab6c004b58db91eb7a Author: ArsenShnurkov gmail com> AuthorDate: Wed Aug 19 12:35:14 2015 +0000 Commit: Heather Cynede gentoo org> CommitDate: Wed Aug 19 12:35:14 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=21c00e39 repoman error fix dev-dotnet/nunit/nunit-2.6.4-r201501110.ebuild | 4 +++- dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-dotnet/nunit/nunit-2.6.4-r201501110.ebuild b/dev-dotnet/nunit/nunit-2.6.4-r201501110.ebuild index 3f28217..28e38d3 100644 --- a/dev-dotnet/nunit/nunit-2.6.4-r201501110.ebuild +++ b/dev-dotnet/nunit/nunit-2.6.4-r201501110.ebuild @@ -20,7 +20,9 @@ KEYWORDS="~amd64 ~ppc ~x86" #USE_DOTNET="net20 net40 net45" USE_DOTNET="net45" IUSE="developer nupkg debug doc net45" -USE="${USE} net45" # force FRAMEWORK=4.5 + +#USE="${USE} net45 " dev-dotnet/nunit/nunit-2.6.4-r201501110.ebuild: Ebuild contains assignment to read-only variable on line: 23 +FRAMEWORK=4.5 # force it in another way RDEPEND=">=dev-lang/mono-4.0.2.5 dev-dotnet/nant[nupkg] diff --git a/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild b/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild index d2237bb..25cc4fa 100644 --- a/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild +++ b/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild @@ -20,7 +20,9 @@ KEYWORDS="~amd64 ~ppc ~x86" #USE_DOTNET="net20 net40 net45" USE_DOTNET="net45" IUSE="developer nupkg debug doc net45" -USE="${USE} net45" # force FRAMEWORK=4.5 + +USE="${USE} net45" # dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild: Ebuild contains assignment to read-only variable on line: 23 +FRAMEWORK=4.5 # force it another way RDEPEND=">=dev-lang/mono-4.0.2.5 dev-dotnet/nant[nupkg]