commit: 265118139c4ce22b85571ba1b4082ebaaa56f935
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 08:06:18 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 08:06:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26511813
app-shells/loksh: Stabilize 7.5 amd64, #944507
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-shells/loksh/loksh-7.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-shells/loksh/loksh-7.5.ebuild
b/app-shells/loksh/loksh-7.5.ebuild
index ae88ded1f660..125286a698b0 100644
--- a/app-shells/loksh/loksh-7.5.ebuild
+++ b/app-shells/loksh/loksh-7.5.ebuild
@@ -15,7 +15,7 @@ if [[ "${PV}" == *9999* ]] ; then
else
SRC_URI="https://github.com/dimkr/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 arm arm64 ~ppc64 ~riscv ~x86"
+ KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv ~x86"
fi
LICENSE="public-domain"