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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D2F515808D for ; Sat, 23 Apr 2022 08:01:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40C65E0909; Sat, 23 Apr 2022 08:01:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 089E4E0909 for ; Sat, 23 Apr 2022 08:01:28 +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 39D48341AE1 for ; Sat, 23 Apr 2022 08:01:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E2143C7 for ; Sat, 23 Apr 2022 08:01:24 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1650700847.1da6294da07f66dc7660a6c6ac4d619976617f55.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/regexp_parser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/regexp_parser/regexp_parser-2.2.1.ebuild X-VCS-Directories: dev-ruby/regexp_parser/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 1da6294da07f66dc7660a6c6ac4d619976617f55 X-VCS-Branch: master Date: Sat, 23 Apr 2022 08:01:24 +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: 2f5a5721-d94b-43e4-a9b9-22a129a75471 X-Archives-Hash: 0bbfbd3336a6c21c1da66aeb7cfc064a commit: 1da6294da07f66dc7660a6c6ac4d619976617f55 Author: Hans de Graaff gentoo org> AuthorDate: Sat Apr 23 06:13:16 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Apr 23 08:00:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1da6294d dev-ruby/regexp_parser: stabilize 2.2.1 for amd64 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/regexp_parser/regexp_parser-2.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/regexp_parser/regexp_parser-2.2.1.ebuild b/dev-ruby/regexp_parser/regexp_parser-2.2.1.ebuild index 55ec1ab44c5b..44e9c4376318 100644 --- a/dev-ruby/regexp_parser/regexp_parser-2.2.1.ebuild +++ b/dev-ruby/regexp_parser/regexp_parser-2.2.1.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://github.com/ammar/regexp_parser/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="MIT" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="" DEPEND+=" =dev-util/ragel-6*"