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 B97C7158451 for ; Tue, 9 Jan 2024 15:34:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC879E2A06; Tue, 9 Jan 2024 15:34:26 +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 D1E1FE2A06 for ; Tue, 9 Jan 2024 15:34: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 D0E9C343315 for ; Tue, 9 Jan 2024 15:34:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70DFD141 for ; Tue, 9 Jan 2024 15:34:24 +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: <1704814420.e91db128f1a95504c5d1530c4ef2d34f03858864.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/jasper/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/jasper/jasper-4.0.0.ebuild X-VCS-Directories: media-libs/jasper/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: e91db128f1a95504c5d1530c4ef2d34f03858864 X-VCS-Branch: master Date: Tue, 9 Jan 2024 15:34:24 +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: 44fd9103-c5df-4ad7-bd96-9498c78a7206 X-Archives-Hash: f5811c36c04267a4bfefe37adadb39fb commit: e91db128f1a95504c5d1530c4ef2d34f03858864 Author: WANG Xuerui gentoo org> AuthorDate: Tue Jan 9 15:32:33 2024 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Tue Jan 9 15:33:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e91db128 media-libs/jasper: keyword 4.0.0 for ~loong Bug: https://bugs.gentoo.org/921559 Signed-off-by: WANG Xuerui gentoo.org> media-libs/jasper/jasper-4.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/jasper/jasper-4.0.0.ebuild b/media-libs/jasper/jasper-4.0.0.ebuild index efb008457ae2..c9b2cc7fa814 100644 --- a/media-libs/jasper/jasper-4.0.0.ebuild +++ b/media-libs/jasper/jasper-4.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/jasper-software/jasper.git" else SRC_URI="https://github.com/jasper-software/${PN}/archive/version-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~x86" S="${WORKDIR}/${PN}-version-${PV}" fi