diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-07-27 08:27:58 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-07-27 08:27:58 -0400 |
commit | f9fe50df756eed97eb9983cd8cbf3047a8b4cf8a (patch) | |
tree | b71f8c959156ec0a409ab4f651a94652910554d0 /dev-lang | |
parent | net-libs/libupnp: arm64 stable (diff) | |
download | gentoo-f9fe50df756eed97eb9983cd8cbf3047a8b4cf8a.tar.gz gentoo-f9fe50df756eed97eb9983cd8cbf3047a8b4cf8a.tar.bz2 gentoo-f9fe50df756eed97eb9983cd8cbf3047a8b4cf8a.zip |
dev-lang/mono: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/mono/mono-4.8.0.524.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/mono/mono-4.8.0.524.ebuild b/dev-lang/mono/mono-4.8.0.524.ebuild index 3381396041ef..d8a805b9937a 100644 --- a/dev-lang/mono/mono-4.8.0.524.ebuild +++ b/dev-lang/mono/mono-4.8.0.524.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-linux" +KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 x86 ~amd64-linux" IUSE="nls minimal pax_kernel xen doc" |