From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1740901-garchives=archives.gentoo.org@lists.gentoo.org> 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 finch.gentoo.org (Postfix) with ESMTPS id 0FAFA1584AD for <garchives@archives.gentoo.org>; Sat, 26 Apr 2025 06:12:40 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E61D8341C25 for <garchives@archives.gentoo.org>; Sat, 26 Apr 2025 06:12:39 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D81301104B8; Sat, 26 Apr 2025 06:12:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id CE92D1104B8 for <gentoo-commits@lists.gentoo.org>; Sat, 26 Apr 2025 06:12:38 +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 7AD06341C25 for <gentoo-commits@lists.gentoo.org>; Sat, 26 Apr 2025 06:12:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15512159F for <gentoo-commits@lists.gentoo.org>; Sat, 26 Apr 2025 06:12:37 +0000 (UTC) From: "Arthur Zamarin" <arthurzam@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, "Arthur Zamarin" <arthurzam@gentoo.org> Message-ID: <1745647951.75fde29b51ff5fecc16c1b632db4cb91721c0d39.arthurzam@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.9.ebuild X-VCS-Directories: app-i18n/opencc/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 75fde29b51ff5fecc16c1b632db4cb91721c0d39 X-VCS-Branch: master Date: Sat, 26 Apr 2025 06:12: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: c01cbfea-6e80-40f5-ae7e-30374e219643 X-Archives-Hash: bd13bdda089ffae65b10fd3e02a71e53 commit: 75fde29b51ff5fecc16c1b632db4cb91721c0d39 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 26 06:12:31 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Apr 26 06:12:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75fde29b app-i18n/opencc: Stabilize 1.1.9 ppc, #954529 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-i18n/opencc/opencc-1.1.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/opencc/opencc-1.1.9.ebuild b/app-i18n/opencc/opencc-1.1.9.ebuild index 93f3c7b2e0f9..e146500f54b2 100644 --- a/app-i18n/opencc/opencc-1.1.9.ebuild +++ b/app-i18n/opencc/opencc-1.1.9.ebuild @@ -18,7 +18,7 @@ S="${WORKDIR}/OpenCC-ver.${PV}" LICENSE="Apache-2.0" SLOT="0/1.1" -KEYWORDS="~amd64 arm64 ~hppa ~loong ~ppc ppc64 ~riscv x86" +KEYWORDS="~amd64 arm64 ~hppa ~loong ppc ppc64 ~riscv x86" IUSE="doc python test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )"