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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6815515808B for ; Mon, 28 Feb 2022 00:07:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85C86E0829; Mon, 28 Feb 2022 00:07:54 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 619C9E0829 for ; Mon, 28 Feb 2022 00:07:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5FE1C34338F for ; Mon, 28 Feb 2022 00:07:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFC242EE for ; Mon, 28 Feb 2022 00:07:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1646006853.3e3fb2889239b5c5e7680e20e36523b5e12e7770.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/librime/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/librime/librime-1.7.3-r1.ebuild X-VCS-Directories: app-i18n/librime/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3e3fb2889239b5c5e7680e20e36523b5e12e7770 X-VCS-Branch: master Date: Mon, 28 Feb 2022 00:07:51 +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: 29d48e04-69ae-4422-adad-55d6d924c9f2 X-Archives-Hash: 862635b3c01721103d77d649169b9782 commit: 3e3fb2889239b5c5e7680e20e36523b5e12e7770 Author: Sam James gentoo org> AuthorDate: Mon Feb 28 00:07:33 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 28 00:07:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e3fb288 app-i18n/librime: Stabilize 1.7.3-r1 ppc64, #793926 Signed-off-by: Sam James gentoo.org> app-i18n/librime/librime-1.7.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/librime/librime-1.7.3-r1.ebuild b/app-i18n/librime/librime-1.7.3-r1.ebuild index a500978314ad..c7c1cbbbe9df 100644 --- a/app-i18n/librime/librime-1.7.3-r1.ebuild +++ b/app-i18n/librime/librime-1.7.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2012-2021 Gentoo Authors +# Copyright 2012-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -22,7 +22,7 @@ fi LICENSE="BSD" SLOT="0/1-${PV}" -KEYWORDS="amd64 arm64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 arm64 ~ppc ppc64 x86" IUSE="debug test" RESTRICT="!test? ( test )"