Diff mono-6.12.0.122 with a mono-6.12.0.182

/usr/portage/dev-lang/mono/mono-6.12.0.182.ebuild 2023-10-09 14:52:29.468368350 +0300
12 12

  
13 13
LICENSE="MIT LGPL-2.1 GPL-2 BSD-4 NPL-1.1 Ms-PL GPL-2-with-linking-exception IDPL"
14 14
SLOT="0"
15
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 -riscv x86 ~amd64-linux"
15
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 -riscv ~x86 ~amd64-linux"
16 16
IUSE="doc minimal nls pax-kernel selinux xen"
17 17

  
18 18
# Note: mono works incorrect with older versions of libgdiplus
......
108 108
}
109 109

  
110 110
multilib_src_test() {
111
	cd mcs/tests || die
112
	emake check
111
	emake -C mcs/tests check
113 112
}
114 113

  
115 114
multilib_src_install() {
Thank you!