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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B5CD715808B for ; Sat, 17 Feb 2024 06:37:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2E01E29B7; Sat, 17 Feb 2024 06:37:57 +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 D30BDE29B7 for ; Sat, 17 Feb 2024 06:37:57 +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 0631033C1C1 for ; Sat, 17 Feb 2024 06:37:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42F471239 for ; Sat, 17 Feb 2024 06:37:55 +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: <1708151865.1a0a5cb9a9108dddff1a0427a014ab25b5b453ec.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/lsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/lsd/lsd-1.0.0.ebuild X-VCS-Directories: sys-apps/lsd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1a0a5cb9a9108dddff1a0427a014ab25b5b453ec X-VCS-Branch: master Date: Sat, 17 Feb 2024 06:37:55 +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: fc87e649-e016-45cd-9b49-ca09f0397fc0 X-Archives-Hash: 58d505ac2decc2e9c4cc4a696d2a9ad5 commit: 1a0a5cb9a9108dddff1a0427a014ab25b5b453ec Author: Sam James gentoo org> AuthorDate: Sat Feb 17 06:37:45 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 17 06:37:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a0a5cb9 sys-apps/lsd: Stabilize 1.0.0 ppc64, #924581 Signed-off-by: Sam James gentoo.org> sys-apps/lsd/lsd-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/lsd/lsd-1.0.0.ebuild b/sys-apps/lsd/lsd-1.0.0.ebuild index 857fc17d0667..36b33215df88 100644 --- a/sys-apps/lsd/lsd-1.0.0.ebuild +++ b/sys-apps/lsd/lsd-1.0.0.ebuild @@ -175,7 +175,7 @@ SRC_URI="https://github.com/lsd-rs/lsd/archive/v${PV}.tar.gz -> ${P}.tar.gz ${CARGO_CRATE_URIS}" LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 MIT Unicode-DFS-2016 Unlicense ZLIB" SLOT="0" -KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 arm64 ppc64 ~riscv ~x86" QA_FLAGS_IGNORED="usr/bin/lsd"