diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2022-04-17 15:39:37 +0000 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-18 23:05:11 +0200 |
commit | d3d5c20cbcd4d27afacc03cf12fe9d526983e0b4 (patch) | |
tree | d33fe021fa9e9500ab9a2fdcb1361f6d94d5ddf4 /app-emacs/ocaml-mode | |
parent | app-misc/notary: udpate github link (diff) | |
download | gentoo-d3d5c20cbcd4d27afacc03cf12fe9d526983e0b4.tar.gz gentoo-d3d5c20cbcd4d27afacc03cf12fe9d526983e0b4.tar.bz2 gentoo-d3d5c20cbcd4d27afacc03cf12fe9d526983e0b4.zip |
app-emacs/ocaml-mode: Keyword 4.05.0 riscv, #835392
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-emacs/ocaml-mode')
-rw-r--r-- | app-emacs/ocaml-mode/ocaml-mode-4.05.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/ocaml-mode/ocaml-mode-4.05.0.ebuild b/app-emacs/ocaml-mode/ocaml-mode-4.05.0.ebuild index 2ee616fb4445..9e7ce51ec9b7 100644 --- a/app-emacs/ocaml-mode/ocaml-mode-4.05.0.ebuild +++ b/app-emacs/ocaml-mode/ocaml-mode-4.05.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/ocaml/ocaml/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${MY_P}/emacs" SITEFILE="50${PN}-gentoo-3.12.1.el" |