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 A8B4715812D for ; Sun, 05 Jan 2025 12:15:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFCF7E079E; Sun, 05 Jan 2025 12:15:03 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9773E079E for ; Sun, 05 Jan 2025 12:15:03 +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 255D2335DC5 for ; Sun, 05 Jan 2025 12:15:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5374D1993 for ; Sun, 05 Jan 2025 12:15:01 +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: <1736078996.56440aafaf43d8b5faf6e8260e646da60232f16d.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/lowdown/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/lowdown/lowdown-1.3.2.ebuild X-VCS-Directories: app-text/lowdown/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 56440aafaf43d8b5faf6e8260e646da60232f16d X-VCS-Branch: master Date: Sun, 05 Jan 2025 12:15:01 +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: b92f037f-9d70-46b4-95a2-6a5577230351 X-Archives-Hash: 2e6e1fb3edfd075dc6dbe30418bfad3c commit: 56440aafaf43d8b5faf6e8260e646da60232f16d Author: WANG Xuerui gentoo org> AuthorDate: Sun Jan 5 11:43:40 2025 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sun Jan 5 12:09:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56440aaf app-text/lowdown: keyword 1.3.2 for ~loong Signed-off-by: WANG Xuerui gentoo.org> app-text/lowdown/lowdown-1.3.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/lowdown/lowdown-1.3.2.ebuild b/app-text/lowdown/lowdown-1.3.2.ebuild index 3857bd5c0a85..87a527ff5117 100644 --- a/app-text/lowdown/lowdown-1.3.2.ebuild +++ b/app-text/lowdown/lowdown-1.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="ISC" SLOT="0/2" -KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~x86" DEPEND=" virtual/libcrypt:=