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 3F1F6138359 for ; Fri, 6 Nov 2020 03:21:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 050FFE0877; Fri, 6 Nov 2020 03:21:07 +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 CA0D3E0877 for ; Fri, 6 Nov 2020 03:21:06 +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 E5444340BEA for ; Fri, 6 Nov 2020 03:21:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75D7B443 for ; Fri, 6 Nov 2020 03:21:01 +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: <1604632850.ebdf3fd1eabd3888775473af7285329e108d9593.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/childprocess/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/childprocess/childprocess-3.0.0.ebuild X-VCS-Directories: dev-ruby/childprocess/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ebdf3fd1eabd3888775473af7285329e108d9593 X-VCS-Branch: master Date: Fri, 6 Nov 2020 03:21:01 +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: c455f10d-af59-4863-ae8e-19556f62a6fb X-Archives-Hash: c32fa24d4de168aa73b7613d13290446 commit: ebdf3fd1eabd3888775473af7285329e108d9593 Author: Sam James gentoo org> AuthorDate: Fri Nov 6 02:53:00 2020 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 6 03:20:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebdf3fd1 dev-ruby/childprocess: Stabilize 3.0.0 arm64, #753047 Signed-off-by: Sam James gentoo.org> dev-ruby/childprocess/childprocess-3.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/childprocess/childprocess-3.0.0.ebuild b/dev-ruby/childprocess/childprocess-3.0.0.ebuild index ecb76c09e36..f62cfad2e40 100644 --- a/dev-ruby/childprocess/childprocess-3.0.0.ebuild +++ b/dev-ruby/childprocess/childprocess-3.0.0.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/jarib/childprocess" LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 s390 sparc x86" +KEYWORDS="amd64 arm arm64 hppa ppc ppc64 s390 sparc x86" IUSE="" ruby_add_rdepend ">=dev-ruby/ffi-1.0.11"