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 5E6C515808B for ; Wed, 14 Feb 2024 18:57:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 203F7E2AA9; Wed, 14 Feb 2024 18:57:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A8EDE2AAB for ; Wed, 14 Feb 2024 18:57:46 +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 45FB63430BF for ; Wed, 14 Feb 2024 18:57:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E34914D4 for ; Wed, 14 Feb 2024 18:57:42 +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: <1707937029.5b8464c0b62b352df01f3999fc101d7ebc1d5819.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: 5b8464c0b62b352df01f3999fc101d7ebc1d5819 X-VCS-Branch: master Date: Wed, 14 Feb 2024 18:57:42 +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: 00e409e5-933f-4f5b-b2a3-450814752be9 X-Archives-Hash: b22a4cacd608428c47588d6ac6b6580b commit: 5b8464c0b62b352df01f3999fc101d7ebc1d5819 Author: Sam James gentoo org> AuthorDate: Wed Feb 14 18:57:09 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 14 18:57:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b8464c0 sys-apps/lsd: Stabilize 1.0.0 arm64, #924581 Signed-off-by: Sam James gentoo.org> sys-apps/lsd/lsd-1.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/lsd/lsd-1.0.0.ebuild b/sys-apps/lsd/lsd-1.0.0.ebuild index 6b0024ae54a5..8c29d437eb09 100644 --- a/sys-apps/lsd/lsd-1.0.0.ebuild +++ b/sys-apps/lsd/lsd-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Gentoo Authors +# Copyright 2017-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Auto-Generated by cargo-ebuild 0.3.1 @@ -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"