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 07D87158090 for ; Wed, 18 May 2022 08:00:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2838FE08F6; Wed, 18 May 2022 08:00:34 +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 0BEABE08F6 for ; Wed, 18 May 2022 08:00:34 +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 03A923416E6 for ; Wed, 18 May 2022 08:00:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3202547E for ; Wed, 18 May 2022 08:00: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: <1652860782.f94b545f57edcfa394124bb9ba942c3ed627b7c0.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ftjam/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild X-VCS-Directories: dev-util/ftjam/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: f94b545f57edcfa394124bb9ba942c3ed627b7c0 X-VCS-Branch: master Date: Wed, 18 May 2022 08:00: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: 51ed304d-a324-4b06-888c-bcefae80556a X-Archives-Hash: 4b5baa762a574d5aabc43cd919919ada commit: f94b545f57edcfa394124bb9ba942c3ed627b7c0 Author: WANG Xuerui gentoo org> AuthorDate: Wed May 18 07:47:16 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Wed May 18 07:59:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f94b545f dev-util/ftjam: keyword 2.5.3_rc2-r2 for ~loong Signed-off-by: WANG Xuerui gentoo.org> dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild index 54b4c54d4338..e261b7338088 100644 --- a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild +++ b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="http://david.freetype.org/jam/ftjam-${MY_PV}.tar.bz2" LICENSE="perforce GPL-2" SLOT="0" -KEYWORDS="amd64 arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" BDEPEND="sys-devel/bison"