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 9E0FA158090 for ; Tue, 17 May 2022 13:07:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4937AE092E; Tue, 17 May 2022 13:07:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 33849E092E for ; Tue, 17 May 2022 13:07: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 26B1E3418E5 for ; Tue, 17 May 2022 13:07:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BAE6475 for ; Tue, 17 May 2022 13:07:09 +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: <1652792160.d738975087b502a2a677fac1e7e64f9850aa1f43.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gts/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/gts/gts-20121130.ebuild X-VCS-Directories: sci-libs/gts/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: d738975087b502a2a677fac1e7e64f9850aa1f43 X-VCS-Branch: master Date: Tue, 17 May 2022 13:07:09 +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: 7109941a-2eab-42e6-9019-6596a415b587 X-Archives-Hash: 8395ad612669abc92f174cb30fc31ea2 commit: d738975087b502a2a677fac1e7e64f9850aa1f43 Author: WANG Xuerui gentoo org> AuthorDate: Tue May 17 12:56:00 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Tue May 17 12:56:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7389750 sci-libs/gts: keyword 20121130 for ~loong Signed-off-by: WANG Xuerui gentoo.org> sci-libs/gts/gts-20121130.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/gts/gts-20121130.ebuild b/sci-libs/gts/gts-20121130.ebuild index 3a6449d4a08d..9db12aa99d2e 100644 --- a/sci-libs/gts/gts-20121130.ebuild +++ b/sci-libs/gts/gts-20121130.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 @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="amd64 ~arm64 hppa ~m68k ~mips ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" IUSE="doc test" RESTRICT="test" # bug #277165