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 47BE913835A for ; Thu, 10 Dec 2020 02:13:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59E49E0957; Thu, 10 Dec 2020 02:13:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 3EA35E0957 for ; Thu, 10 Dec 2020 02:13:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 30345340D46 for ; Thu, 10 Dec 2020 02:13:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A907A487 for ; Thu, 10 Dec 2020 02:13:16 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1607566381.cb7824e511efab54295628c834f858c56b305a92.mattst88@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: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: cb7824e511efab54295628c834f858c56b305a92 X-VCS-Branch: master Date: Thu, 10 Dec 2020 02:13:16 +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: 568a351e-bba4-4329-a5f2-e287a165b4a8 X-Archives-Hash: 909d443219dd13ef13d9afe72b0e0ec8 commit: cb7824e511efab54295628c834f858c56b305a92 Author: Matt Turner gentoo org> AuthorDate: Thu Dec 10 02:12:21 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Dec 10 02:13:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb7824e5 dev-util/ragel: Keyword 7.0.0.12 alpha, #732330 Signed-off-by: Matt Turner 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 fc82dfe8923..2f0d0c5f9b7 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 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="vim-syntax" DEPEND="~dev-util/colm-0.13.0.7"