commit: 63e984c787f9bdb3e4e22f5cebf4e47f429a34d2
Author: John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 9 16:07:50 2022 +0000
Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Fri Sep 9 17:21:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63e984c7
app-misc/ckb: stabilize 0.5.0 for amd64
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
app-misc/ckb/ckb-0.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/ckb/ckb-0.5.0.ebuild b/app-misc/ckb/ckb-0.5.0.ebuild
index e967450af9c0..168115f90d2b 100644
--- a/app-misc/ckb/ckb-0.5.0.ebuild
+++ b/app-misc/ckb/ckb-0.5.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="https://github.com/ckb-next/ckb-next.git"
else
SRC_URI="https://github.com/ckb-next/ckb-next/archive/v${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="~amd64"
+ KEYWORDS="amd64"
S="${WORKDIR}/${PN}-next-${PV}"
fi