Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjarke Istrup Pedersen <gurligebis@gentoo.org>2017-05-15 22:31:59 +0300
committerBjarke Istrup Pedersen <gurligebis@gentoo.org>2017-05-15 22:31:59 +0300
commitc81d174007c2b7ea4a14eb6adf09e08ef3f81682 (patch)
tree786cb445751e10ebe1db1b4e9f7a21a5cd346907 /pkg/Microsoft.NETCore.Platforms/runtime.json
parentfab6ae579aff17cb9b464b2b167b7dfd8fcea175 (diff)
Added Gentoo Linux RID
Diffstat (limited to 'pkg/Microsoft.NETCore.Platforms/runtime.json')
-rw-r--r--pkg/Microsoft.NETCore.Platforms/runtime.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.json b/pkg/Microsoft.NETCore.Platforms/runtime.json
index 74f36ff780..db4d9ee2be 100644
--- a/pkg/Microsoft.NETCore.Platforms/runtime.json
+++ b/pkg/Microsoft.NETCore.Platforms/runtime.json
@@ -568,6 +568,13 @@
"#import": [ "opensuse.42.1", "opensuse-x64" ]
},
+ "gentoo": {
+ "#import": [ "linux" ]
+ },
+ "gentoo-x64": {
+ "#import": [ "gentoo", "linux-x64" ]
+ },
+
"corert": {
"#import": [ "any" ]
},