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 4DFE015813A for ; Tue, 14 Jan 2025 06:05:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48EF3E07DB; Tue, 14 Jan 2025 06:05:13 +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 E5236E077D for ; Tue, 14 Jan 2025 06:05:12 +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 04F4233BE3B for ; Tue, 14 Jan 2025 06:05:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F40820DB for ; Tue, 14 Jan 2025 06:05:10 +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: <1736833939.f941a914b940e14d60db9a8ed48f6e7c1566dde1.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/szip/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/szip/szip-2.1.1.ebuild X-VCS-Directories: sci-libs/szip/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: f941a914b940e14d60db9a8ed48f6e7c1566dde1 X-VCS-Branch: master Date: Tue, 14 Jan 2025 06:05:10 +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: b32db902-dc97-4b9c-be0b-aeeae27b1171 X-Archives-Hash: 8addcfeff6ee626385f6e208ff048689 commit: f941a914b940e14d60db9a8ed48f6e7c1566dde1 Author: WANG Xuerui gentoo org> AuthorDate: Sun Jan 12 07:24:06 2025 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Tue Jan 14 05:52:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f941a914 sci-libs/szip: keyword 2.1.1 for ~loong Signed-off-by: WANG Xuerui gentoo.org> sci-libs/szip/szip-2.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/szip/szip-2.1.1.ebuild b/sci-libs/szip/szip-2.1.1.ebuild index c6bda0f8f2f1..db8b52f2086f 100644 --- a/sci-libs/szip/szip-2.1.1.ebuild +++ b/sci-libs/szip/szip-2.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ SRC_URI="https://support.hdfgroup.org/ftp/lib-external/${PN}/${PV}/src/${P}.tar. LICENSE="szip" SLOT="0/2" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" IUSE="static-libs" RDEPEND="!sci-libs/libaec[szip]"