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 B5F2415808B for ; Thu, 15 Feb 2024 13:56:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 047B5E2ABF; Thu, 15 Feb 2024 13:56:27 +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 DA11AE2ABF for ; Thu, 15 Feb 2024 13:56:26 +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 E9CE73430D0 for ; Thu, 15 Feb 2024 13:56:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEF54E95 for ; Thu, 15 Feb 2024 13:56:22 +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: <1708005306.cc509e435b5d890c780cecd7ba465e1f3bd4ea0b.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: cc509e435b5d890c780cecd7ba465e1f3bd4ea0b X-VCS-Branch: master Date: Thu, 15 Feb 2024 13:56:22 +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: 0cb6d030-1ff0-417a-ad28-63be2596a2bf X-Archives-Hash: 646ab712fa23ea10c98070385297e102 commit: cc509e435b5d890c780cecd7ba465e1f3bd4ea0b Author: Sam James gentoo org> AuthorDate: Thu Feb 15 13:55:06 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 15 13:55:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc509e43 sys-apps/lsd: Stabilize 1.0.0 amd64, #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 8c29d437eb09..857fc17d0667 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"