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 5B7D815838C for ; Thu, 18 Jan 2024 17:25:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 459ED2BC016; Thu, 18 Jan 2024 17:25:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 2A0E52BC016 for ; Thu, 18 Jan 2024 17:25:11 +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 26C08343398 for ; Thu, 18 Jan 2024 17:25:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E95F11F4 for ; Thu, 18 Jan 2024 17:25:08 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1705598592.eeefe55f95494403d13adfbbba610d07465c1362.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/bzip3/bzip3-1.4.0.ebuild X-VCS-Directories: app-arch/bzip3/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: eeefe55f95494403d13adfbbba610d07465c1362 X-VCS-Branch: master Date: Thu, 18 Jan 2024 17:25:08 +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: 0296a12c-6174-44f6-8566-3ea03c53a605 X-Archives-Hash: 44b056a6e11edf6253e97020df088a80 commit: eeefe55f95494403d13adfbbba610d07465c1362 Author: Sam James gentoo org> AuthorDate: Thu Jan 18 17:23:12 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 18 17:23:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeefe55f app-arch/bzip3: Stabilize 1.4.0 amd64, #921604 Signed-off-by: Sam James gentoo.org> app-arch/bzip3/bzip3-1.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/bzip3/bzip3-1.4.0.ebuild b/app-arch/bzip3/bzip3-1.4.0.ebuild index 33aa6e59599d..eef81c575161 100644 --- a/app-arch/bzip3/bzip3-1.4.0.ebuild +++ b/app-arch/bzip3/bzip3-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git" else SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~loong ~x86" + KEYWORDS="amd64 ~arm64 ~loong ~x86" fi LICENSE="LGPL-3+"