commit: f5adc2fa78ac40fd4509a60f5ea2386c376ae1e0 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Fri Jun 25 12:22:48 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Fri Jun 25 12:28:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5adc2fa
dev-lang/luajit: keyword -riscv Unsupported architecture, not even in master. Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> dev-lang/luajit/luajit-2.0.5-r3.ebuild | 4 ++-- dev-lang/luajit/luajit-2.1.0_beta3-r2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-lang/luajit/luajit-2.0.5-r3.ebuild b/dev-lang/luajit/luajit-2.0.5-r3.ebuild index 882045acb14..b7345d4525c 100644 --- a/dev-lang/luajit/luajit-2.0.5-r3.ebuild +++ b/dev-lang/luajit/luajit-2.0.5-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,7 @@ SRC_URI="https://luajit.org/download/${MY_P}.tar.gz LICENSE="MIT" # this should probably be pkgmoved to 2.0 for sake of consistency. SLOT="2" -KEYWORDS="amd64 arm -hppa ppc -sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm -hppa ppc -riscv -sparc x86 ~amd64-linux ~x86-linux" IUSE="lua52compat static-libs" PATCHES=( diff --git a/dev-lang/luajit/luajit-2.1.0_beta3-r2.ebuild b/dev-lang/luajit/luajit-2.1.0_beta3-r2.ebuild index ebbd6dc6813..b3ec32e091b 100644 --- a/dev-lang/luajit/luajit-2.1.0_beta3-r2.ebuild +++ b/dev-lang/luajit/luajit-2.1.0_beta3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ SRC_URI="https://luajit.org/download/${MY_P}.tar.gz" LICENSE="MIT" # this should probably be pkgmoved to 2.0 for sake of consistency. SLOT="2" -KEYWORDS="~arm64 -hppa -sparc" +KEYWORDS="~arm64 -hppa -riscv -sparc" IUSE="lua52compat static-libs" PATCHES=(
