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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 335D813934E for ; Tue, 27 Jul 2021 21:54:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75E8FE088B; Tue, 27 Jul 2021 21:54:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 58C17E088F for ; Tue, 27 Jul 2021 21:54:24 +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 844BF342C80 for ; Tue, 27 Jul 2021 21:54:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78E2584C for ; Tue, 27 Jul 2021 21:54:20 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1627422850.2bb6b45dd430d8d9433264d5a2e4015ed3a36b43.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/opencc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/opencc/opencc-1.1.2.ebuild X-VCS-Directories: app-i18n/opencc/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 2bb6b45dd430d8d9433264d5a2e4015ed3a36b43 X-VCS-Branch: master Date: Tue, 27 Jul 2021 21:54:20 +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: f522c254-3d6a-48f6-88b7-5f7f7e63b071 X-Archives-Hash: 6a0b01f7dcc132c1527dd17eb300160b commit: 2bb6b45dd430d8d9433264d5a2e4015ed3a36b43 Author: Marek Szuba gentoo org> AuthorDate: Tue Jul 27 21:46:49 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Jul 27 21:54:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bb6b45d app-i18n/opencc: keyword 1.1.2 for ~riscv Signed-off-by: Marek Szuba gentoo.org> app-i18n/opencc/opencc-1.1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/opencc/opencc-1.1.2.ebuild b/app-i18n/opencc/opencc-1.1.2.ebuild index ce30cae06ee..936472477cd 100644 --- a/app-i18n/opencc/opencc-1.1.2.ebuild +++ b/app-i18n/opencc/opencc-1.1.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=(python{3_7,3_8,3_9}) +PYTHON_COMPAT=( python3_{8,9} ) inherit cmake python-any-r1 @@ -22,7 +22,7 @@ fi LICENSE="Apache-2.0" SLOT="0/1.1" -KEYWORDS="~amd64 ~arm64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ~riscv ~sparc ~x86" IUSE="doc test" RESTRICT="!test? ( test )"