diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-08-20 15:19:02 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-08-20 15:21:40 +0100 |
commit | 8c9508e8241e41b4ad3ea4c0746c4e83621f994b (patch) | |
tree | 743df00972d7480f7f436fe06658edfb95420477 /dev-lang/mono | |
parent | sys-apps/elfix: keyword 0.9.5 for ~riscv (diff) | |
download | gentoo-8c9508e8241e41b4ad3ea4c0746c4e83621f994b.tar.gz gentoo-8c9508e8241e41b4ad3ea4c0746c4e83621f994b.tar.bz2 gentoo-8c9508e8241e41b4ad3ea4c0746c4e83621f994b.zip |
dev-lang/mono: keyword 6.12.0.122 for -riscv
Fails to build, and according to upstream documentation even when it
does build it can't do much more than run a Hello, world! example in C#.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-lang/mono')
-rw-r--r-- | dev-lang/mono/mono-6.12.0.122.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/mono/mono-6.12.0.122.ebuild b/dev-lang/mono/mono-6.12.0.122.ebuild index b1486e782657..449d4aebe3b2 100644 --- a/dev-lang/mono/mono-6.12.0.122.ebuild +++ b/dev-lang/mono/mono-6.12.0.122.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://download.mono-project.com/sources/mono/${P}.tar.xz" LICENSE="MIT LGPL-2.1 GPL-2 BSD-4 NPL-1.1 Ms-PL GPL-2-with-linking-exception IDPL" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 -riscv x86 ~amd64-linux" IUSE="doc minimal nls pax-kernel xen" # Note: mono works incorrect with older versions of libgdiplus |