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 34AC215808B for ; Sat, 2 Apr 2022 08:04:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A6ABE07C7; Sat, 2 Apr 2022 08:04:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB42AE07C7 for ; Sat, 2 Apr 2022 08:03:59 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 046E2341306 for ; Sat, 2 Apr 2022 08:03:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EECD36F for ; Sat, 2 Apr 2022 08:03:57 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1648886596.853eb23f97e84fc2c1f62525c5fb6c7d52811df3.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hiera/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/hiera/hiera-3.8.0.ebuild X-VCS-Directories: dev-ruby/hiera/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 853eb23f97e84fc2c1f62525c5fb6c7d52811df3 X-VCS-Branch: master Date: Sat, 2 Apr 2022 08:03:57 +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: 3d1d93ae-b04f-48b5-b923-dcfc9ec11cdf X-Archives-Hash: ae3ba01efc1aedb3f7f0df33b40cf250 commit: 853eb23f97e84fc2c1f62525c5fb6c7d52811df3 Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Apr 2 08:03:16 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Apr 2 08:03:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=853eb23f dev-ruby/hiera: x86 stable wrt bug #836411 Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> dev-ruby/hiera/hiera-3.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/hiera/hiera-3.8.0.ebuild b/dev-ruby/hiera/hiera-3.8.0.ebuild index 3b1b0ea452f0..3c2808823277 100644 --- a/dev-ruby/hiera/hiera-3.8.0.ebuild +++ b/dev-ruby/hiera/hiera-3.8.0.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://docs.puppet.com/hiera/" LICENSE="Apache-2.0" SLOT="0" IUSE="" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~sparc x86" ruby_add_bdepend "test? ( dev-ruby/mocha )"