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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 58B3D158042 for ; Wed, 30 Oct 2024 02:55:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA4ADE081E; Wed, 30 Oct 2024 02:55:31 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3C87E081E for ; Wed, 30 Oct 2024 02:55:31 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3B50340441 for ; Wed, 30 Oct 2024 02:55:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BEAF1E06 for ; Wed, 30 Oct 2024 02:55:27 +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: <1730256906.9f1d00bb808a0165d4c95aab1d9533fca8b42a3d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/squashfs-tools-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.3.2.ebuild X-VCS-Directories: sys-fs/squashfs-tools-ng/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9f1d00bb808a0165d4c95aab1d9533fca8b42a3d X-VCS-Branch: master Date: Wed, 30 Oct 2024 02:55:27 +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: 24229a0f-3168-4268-b16c-62ebee5bb387 X-Archives-Hash: 8d738fbdde1aa1f43634c3e990507268 commit: 9f1d00bb808a0165d4c95aab1d9533fca8b42a3d Author: Sam James gentoo org> AuthorDate: Wed Oct 30 02:55:06 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 30 02:55:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f1d00bb sys-fs/squashfs-tools-ng: Stabilize 1.3.2 amd64, #942498 Signed-off-by: Sam James gentoo.org> sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.3.2.ebuild b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.3.2.ebuild index e768bb9ae947..0420a8f1b87e 100644 --- a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.3.2.ebuild +++ b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.3.2.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="https://github.com/AgentD/${PN}.git" else inherit libtool - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" SRC_URI="https://infraroot.at/pub/squashfs/${P}.tar.xz" fi