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 52D4E158041 for ; Thu, 4 Apr 2024 10:30:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36FB4E2A3D; Thu, 4 Apr 2024 10:30:32 +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 11B2EE2A3D for ; Thu, 4 Apr 2024 10:30:32 +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 111A8343272 for ; Thu, 4 Apr 2024 10:30:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7265D166B for ; Thu, 4 Apr 2024 10:30:29 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1712226138.298fc003210f62a4fb5d23c4f72ce848ebdede26.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/checksec/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/checksec/checksec-2.6.0-r1.ebuild X-VCS-Directories: app-admin/checksec/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 298fc003210f62a4fb5d23c4f72ce848ebdede26 X-VCS-Branch: master Date: Thu, 4 Apr 2024 10:30:29 +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: f21edb98-d9a1-4519-9a6c-217be8960de4 X-Archives-Hash: 2ca8b3d0b428a4db9ae702ad1049791e commit: 298fc003210f62a4fb5d23c4f72ce848ebdede26 Author: WANG Xuerui gentoo org> AuthorDate: Thu Apr 4 07:24:38 2024 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Thu Apr 4 10:22:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298fc003 app-admin/checksec: keyword 2.6.0-r1 for ~loong Signed-off-by: WANG Xuerui gentoo.org> app-admin/checksec/checksec-2.6.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/checksec/checksec-2.6.0-r1.ebuild b/app-admin/checksec/checksec-2.6.0-r1.ebuild index 3be8fd79b6c4..0321a7407061 100644 --- a/app-admin/checksec/checksec-2.6.0-r1.ebuild +++ b/app-admin/checksec/checksec-2.6.0-r1.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" @@ -10,7 +10,7 @@ SRC_URI="https://github.com/slimm609/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="" S="${WORKDIR}"/${MY_PN}-${PV}