diff options
author | 2024-11-23 08:06:18 +0000 | |
---|---|---|
committer | 2024-11-23 08:06:18 +0000 | |
commit | 265118139c4ce22b85571ba1b4082ebaaa56f935 (patch) | |
tree | db57aef82bf09b8caff61ba549530d8114bb0605 /app-shells | |
parent | net-fs/cvmfs: Stabilize 2.11.5 amd64, #944491 (diff) | |
download | gentoo-265118139c4ce22b85571ba1b4082ebaaa56f935.tar.gz gentoo-265118139c4ce22b85571ba1b4082ebaaa56f935.tar.bz2 gentoo-265118139c4ce22b85571ba1b4082ebaaa56f935.zip |
app-shells/loksh: Stabilize 7.5 amd64, #944507
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/loksh/loksh-7.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |