Revert "dev-lang/mono: fix minimal libgdiplus version"
authorAaron Bauman <bman@gentoo.org>
Sun, 9 Jun 2019 02:05:38 +0000 (22:05 -0400)
committerAaron Bauman <bman@gentoo.org>
Sun, 9 Jun 2019 02:08:15 +0000 (22:08 -0400)
This reverts commit 29a833b1febc0e0e6850c0b2c321e666fc647783.

* Caused breakage reported by CI to missing dependency on arm64

Signed-off-by: Aaron Bauman <bman@gentoo.org>
dev-lang/mono/mono-5.20.1.19.ebuild

index 9d7f04f7e5c22a9552026874b58a3d8c7dbd706e..a84490dfc5cd950e8d826941641a0d7ba7acf018 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
 
 SLOT="0"
 
@@ -18,7 +18,7 @@ LICENSE="MIT LGPL-2.1 GPL-2 BSD-4 NPL-1.1 Ms-PL GPL-2-with-linking-exception IDP
 SRC_URI="http://download.mono-project.com/sources/mono/${P}.tar.bz2"
 
 COMMONDEPEND="
-       !minimal? ( >=dev-dotnet/libgdiplus-5.6.1 )
+       !minimal? ( >=dev-dotnet/libgdiplus-2.10 )
        ia64? ( sys-libs/libunwind )
        nls? ( sys-devel/gettext )
 "