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/irony-daxnet/
Date: Mon, 30 Oct 2017 14:08:09
Message-Id: 1509372313.22de6fa0d4a07b737fe94abb3e82ba96a5900664.cynede@gentoo
1 commit: 22de6fa0d4a07b737fe94abb3e82ba96a5900664
2 Author: ArsenShnurkov <ArsenShnurkov <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Mon Oct 30 14:05:13 2017 +0000
4 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 30 14:05:13 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=22de6fa0
7
8 repoman fix
9
10 dev-dotnet/irony-daxnet/irony-daxnet-1.0.0_p2017083101.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-dotnet/irony-daxnet/irony-daxnet-1.0.0_p2017083101.ebuild b/dev-dotnet/irony-daxnet/irony-daxnet-1.0.0_p2017083101.ebuild
14 index c98a856..bb2d06b 100644
15 --- a/dev-dotnet/irony-daxnet/irony-daxnet-1.0.0_p2017083101.ebuild
16 +++ b/dev-dotnet/irony-daxnet/irony-daxnet-1.0.0_p2017083101.ebuild
17 @@ -17,7 +17,7 @@ SLOT="0"
18 # pkg-config = register in pkg-config database
19 USE_DOTNET="net45"
20 inherit msbuild gac
21 -IUSE="+{USE_DOTNET}"
22 +IUSE="+${USE_DOTNET}"
23
24 NAME="irony"
25 HOMEPAGE="https://github.com/daxnet/${NAME}"