Gentoo Archives: gentoo-commits

From: John Helmert III <ajak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ckb/
Date: Fri, 09 Sep 2022 17:24:57
Message-Id: 1662744106.63e984c787f9bdb3e4e22f5cebf4e47f429a34d2.ajak@gentoo
1 commit: 63e984c787f9bdb3e4e22f5cebf4e47f429a34d2
2 Author: John Helmert III <ajak <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 9 16:07:50 2022 +0000
4 Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 9 17:21:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63e984c7
7
8 app-misc/ckb: stabilize 0.5.0 for amd64
9
10 Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
11
12 app-misc/ckb/ckb-0.5.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-misc/ckb/ckb-0.5.0.ebuild b/app-misc/ckb/ckb-0.5.0.ebuild
16 index e967450af9c0..168115f90d2b 100644
17 --- a/app-misc/ckb/ckb-0.5.0.ebuild
18 +++ b/app-misc/ckb/ckb-0.5.0.ebuild
19 @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then
20 EGIT_REPO_URI="https://github.com/ckb-next/ckb-next.git"
21 else
22 SRC_URI="https://github.com/ckb-next/ckb-next/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64"
24 + KEYWORDS="amd64"
25 S="${WORKDIR}/${PN}-next-${PV}"
26 fi