diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-04-19 20:25:07 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-19 20:25:41 -0400 |
commit | 3ea34bdc21c5c7c73c4cf8ce5d8f4dc5d385bb33 (patch) | |
tree | 6dde674a88386fe2c170d63193e039c1d0882115 /dev-lang/mono | |
parent | app-admin/sudo: Bump to version 1.8.23_rc1. Removed old. (diff) | |
download | gentoo-3ea34bdc21c5c7c73c4cf8ce5d8f4dc5d385bb33.tar.gz gentoo-3ea34bdc21c5c7c73c4cf8ce5d8f4dc5d385bb33.tar.bz2 gentoo-3ea34bdc21c5c7c73c4cf8ce5d8f4dc5d385bb33.zip |
dev-lang/mono: amd64 stable wrt bug #641286
Bug: https://bugs.gentoo.org/641286
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'dev-lang/mono')
-rw-r--r-- | dev-lang/mono/mono-4.8.0.524.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/mono/mono-4.8.0.524.ebuild b/dev-lang/mono/mono-4.8.0.524.ebuild index ecba992080c8..af3e5bdb24b8 100644 --- a/dev-lang/mono/mono-4.8.0.524.ebuild +++ b/dev-lang/mono/mono-4.8.0.524.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://download.mono-project.com/sources/${PN}/${P}.tar.bz2" LICENSE="MIT LGPL-2.1 GPL-2 BSD-4 NPL-1.1 Ms-PL GPL-2-with-linking-exception IDPL" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux" +KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux" IUSE="nls minimal pax_kernel xen doc" |