diff options
author | ArsenShnurkov <Arsen.Shnurkov@gmail.com> | 2016-08-16 15:11:40 +0300 |
---|---|---|
committer | ArsenShnurkov <Arsen.Shnurkov@gmail.com> | 2016-08-16 15:11:40 +0300 |
commit | b3c9bffb93db8dd25df03feaa85c41c92764159e (patch) | |
tree | 7fc45c2dfe01af099e8fe7ade541d73efa3faf32 /profiles/use.desc | |
parent | move egacinstall into separate eclass (diff) | |
download | dotnet-b3c9bffb93db8dd25df03feaa85c41c92764159e.tar.gz dotnet-b3c9bffb93db8dd25df03feaa85c41c92764159e.tar.bz2 dotnet-b3c9bffb93db8dd25df03feaa85c41c92764159e.zip |
move icon for dryioc from FILESDIR to SRC_URI
Diffstat (limited to 'profiles/use.desc')
-rw-r--r-- | profiles/use.desc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/use.desc b/profiles/use.desc index d403369..0662104 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -11,7 +11,8 @@ nuget - Grab binary from nuget # is nuget use necessary now, when we have source-compiled version of nuget from ebuild? nupkg - build binary package for local repository -gac - register library assemblies in the gac (where ebuild allows that) +gac - register library assemblies in the gac (where ebuild requests that) +machine - register ADO .NET data provider in the machine.config (where ebuild requests that) developer - create .mdb files debug - build Debug configuration instead of Release default |