diff options
author | Mikhail Pukhlikov <cynede@gentoo.org> | 2019-06-07 15:37:11 +0400 |
---|---|---|
committer | Mikhail Pukhlikov <cynede@gentoo.org> | 2019-06-07 15:37:11 +0400 |
commit | 29a833b1febc0e0e6850c0b2c321e666fc647783 (patch) | |
tree | 034c8970e6cabf108bfd794e4c42af71b89ab4f1 /dev-lang/mono | |
parent | dev-dotnet/libgdiplus: bump to 5.6.1 (diff) | |
download | gentoo-29a833b1febc0e0e6850c0b2c321e666fc647783.tar.gz gentoo-29a833b1febc0e0e6850c0b2c321e666fc647783.tar.bz2 gentoo-29a833b1febc0e0e6850c0b2c321e666fc647783.zip |
dev-lang/mono: fix minimal libgdiplus version
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
Diffstat (limited to 'dev-lang/mono')
-rw-r--r-- | dev-lang/mono/mono-5.20.1.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/mono/mono-5.20.1.19.ebuild b/dev-lang/mono/mono-5.20.1.19.ebuild index a84490dfc5cd..9d7f04f7e5c2 100644 --- a/dev-lang/mono/mono-5.20.1.19.ebuild +++ b/dev-lang/mono/mono-5.20.1.19.ebuild @@ -3,7 +3,7 @@ EAPI=6 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~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-2.10 ) + !minimal? ( >=dev-dotnet/libgdiplus-5.6.1 ) ia64? ( sys-libs/libunwind ) nls? ( sys-devel/gettext ) " |