diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-07-29 15:59:02 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-07-29 16:01:53 -0400 |
commit | 57fd29fbde98a1c3a0f36b0b7befba13c6d878f6 (patch) | |
tree | 326b7f84f2793ea295fc07540fdf2f15b456f29d /app-xemacs/ocaml | |
parent | net-misc/spice-gtk: update live ebuild (diff) | |
download | gentoo-57fd29fbde98a1c3a0f36b0b7befba13c6d878f6.tar.gz gentoo-57fd29fbde98a1c3a0f36b0b7befba13c6d878f6.tar.bz2 gentoo-57fd29fbde98a1c3a0f36b0b7befba13c6d878f6.zip |
app-xemacs/ocaml: 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 'app-xemacs/ocaml')
-rw-r--r-- | app-xemacs/ocaml/ocaml-0.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-xemacs/ocaml/ocaml-0.10.ebuild b/app-xemacs/ocaml/ocaml-0.10.ebuild index db42d98fc19a..44bd060761d7 100644 --- a/app-xemacs/ocaml/ocaml-0.10.ebuild +++ b/app-xemacs/ocaml/ocaml-0.10.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 @@ -10,6 +10,6 @@ XEMACS_PKG_CAT="standard" RDEPEND="app-xemacs/xemacs-base app-xemacs/fsf-compat " -KEYWORDS="alpha amd64 ~arm64 hppa ppc ppc64 sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 arm64 hppa ppc ppc64 sparc x86 ~amd64-fbsd" inherit xemacs-packages |