commit:     21c00e3946aaf4a45c418dab6c004b58db91eb7a
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Wed Aug 19 12:35:14 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> 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]

Reply via email to