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 33A3C138359 for ; Mon, 13 Jul 2020 16:59:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B56EE08B0; Mon, 13 Jul 2020 16:59:37 +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 0F060E08B0 for ; Mon, 13 Jul 2020 16:59:37 +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 073DA34F284 for ; Mon, 13 Jul 2020 16:59:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABB452D6 for ; Mon, 13 Jul 2020 16:59:34 +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: <1594659570.ed5761f062149bb1fc9fdca2e33d21a54f1ff4b4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ragel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ragel/ragel-7.0.0.12.ebuild X-VCS-Directories: dev-util/ragel/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ed5761f062149bb1fc9fdca2e33d21a54f1ff4b4 X-VCS-Branch: master Date: Mon, 13 Jul 2020 16:59:34 +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: 6fafe454-250c-403e-80d7-625e83aea574 X-Archives-Hash: fb16eb506458dbf937070b2f402aeacd commit: ed5761f062149bb1fc9fdca2e33d21a54f1ff4b4 Author: Sam James gentoo org> AuthorDate: Mon Jul 13 16:57:56 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 13 16:59:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed5761f0 dev-util/ragel: ppc keyworded (bug #732330) Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-util/ragel/ragel-7.0.0.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/ragel/ragel-7.0.0.12.ebuild b/dev-util/ragel/ragel-7.0.0.12.ebuild index f33469fe723..551f1d7b700 100644 --- a/dev-util/ragel/ragel-7.0.0.12.ebuild +++ b/dev-util/ragel/ragel-7.0.0.12.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.colm.net/files/ragel/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux" IUSE="vim-syntax" DEPEND="~dev-util/colm-0.13.0.7"