From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1228488-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09E761382C5 for <garchives@archives.gentoo.org>; Fri, 4 Dec 2020 14:24:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8840EE09BA; Fri, 4 Dec 2020 14:24:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73595E09BA for <gentoo-commits@lists.gentoo.org>; Fri, 4 Dec 2020 14:24:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 744AD34103C for <gentoo-commits@lists.gentoo.org>; Fri, 4 Dec 2020 14:24:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE7E5488 for <gentoo-commits@lists.gentoo.org>; Fri, 4 Dec 2020 14:24:37 +0000 (UTC) From: "Mikle Kolyada" <zlogene@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" <zlogene@gentoo.org> Message-ID: <1607091866.129f00045645c6da80cc31b9e8c1ccd037d76115.zlogene@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: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 129f00045645c6da80cc31b9e8c1ccd037d76115 X-VCS-Branch: master Date: Fri, 4 Dec 2020 14:24:37 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 978c6aad-12ba-4d68-8883-b90ec6cf5a41 X-Archives-Hash: aa08f99d999920734beaf15575c4e0ea commit: 129f00045645c6da80cc31b9e8c1ccd037d76115 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Fri Dec 4 13:25:26 2020 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Fri Dec 4 14:24:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=129f0004 sci-libs/gts: Keyword 20121130 riscv, #756115 Signed-off-by: Mikle Kolyada <zlogene <AT> 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 dad0b660079..2a29d95b7ed 100644 --- a/sci-libs/gts/gts-20121130.ebuild +++ b/sci-libs/gts/gts-20121130.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="http://gts.sourceforge.net/tarballs/${MYP}.tar.gz" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="amd64 ~arm64 hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 hppa ~mips ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" IUSE="doc examples static-libs test" RDEPEND="dev-libs/glib:2"