From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B6FFC158089 for ; Mon, 11 Sep 2023 04:41:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE3F12BC04F; Mon, 11 Sep 2023 04:41:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3ABA2BC04F for ; Mon, 11 Sep 2023 04:41:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9776335C56 for ; Mon, 11 Sep 2023 04:41:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2496B1176 for ; Mon, 11 Sep 2023 04:41:35 +0000 (UTC) From: "John Helmert III" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" Message-ID: <1694407281.4431d3b98a0ffab4cd749d54194892dbcebc80b7.ajak@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ckb/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/ckb/ckb-0.6.0.ebuild X-VCS-Directories: app-misc/ckb/ X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: 4431d3b98a0ffab4cd749d54194892dbcebc80b7 X-VCS-Branch: master Date: Mon, 11 Sep 2023 04:41:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ed1396d3-39a1-44b0-b060-0431cf6a62ee X-Archives-Hash: 23a0f082f1eac27f8e1522707ae9505d commit: 4431d3b98a0ffab4cd749d54194892dbcebc80b7 Author: John Helmert III gentoo org> AuthorDate: Mon Sep 11 04:39:45 2023 +0000 Commit: John Helmert III gentoo org> CommitDate: Mon Sep 11 04:41:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4431d3b9 app-misc/ckb: stabilize 0.6.0 for amd64 Signed-off-by: John Helmert III gentoo.org> app-misc/ckb/ckb-0.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/ckb/ckb-0.6.0.ebuild b/app-misc/ckb/ckb-0.6.0.ebuild index 278944d48117..2c6dac302860 100644 --- a/app-misc/ckb/ckb-0.6.0.ebuild +++ b/app-misc/ckb/ckb-0.6.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