Gentoo Archives: gentoo-commits

From: Mikhail Pukhlikov <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/remotion-linq/
Date: Tue, 31 Oct 2017 08:03:00
Message-Id: 1509375783.74019c2ea6b50520ec30de47819e16f37893842b.cynede@gentoo
1 commit: 74019c2ea6b50520ec30de47819e16f37893842b
2 Author: ArsenShnurkov <ArsenShnurkov <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Mon Oct 30 15:03:03 2017 +0000
4 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 30 15:03:03 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=74019c2e
7
8 fix short license name
9
10 dev-dotnet/remotion-linq/remotion-linq-2.1.2.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-dotnet/remotion-linq/remotion-linq-2.1.2.ebuild b/dev-dotnet/remotion-linq/remotion-linq-2.1.2.ebuild
14 index 172e487..7aecece 100644
15 --- a/dev-dotnet/remotion-linq/remotion-linq-2.1.2.ebuild
16 +++ b/dev-dotnet/remotion-linq/remotion-linq-2.1.2.ebuild
17 @@ -21,7 +21,7 @@ SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.tar.gz -> ${NAME}-${PV}.tar.gz
18 S="${WORKDIR}/${NAME}-${EGIT_COMMIT}"
19
20 DESCRIPTION="Library to create full-featured LINQ providers."
21 -LICENSE="Apache2.0" # https://github.com/re-motion/Relinq/blob/develop/license/Apache-2.0.txt
22 +LICENSE="Apache-2.0" # https://github.com/re-motion/Relinq/blob/develop/license/Apache-2.0.txt
23
24 IUSE="+${USE_DOTNET} +debug developer doc"