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 027FB15800A for ; Sat, 15 Jul 2023 18:15:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0090CE0856; Sat, 15 Jul 2023 18:15:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 D75AEE0856 for ; Sat, 15 Jul 2023 18:15:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CE82A335DB1 for ; Sat, 15 Jul 2023 18:15:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05FDAAF8 for ; Sat, 15 Jul 2023 18:15:43 +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: <1689444938.33236c646414623d840a54430baa7dbdec61a16c.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hiera-eyaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/hiera-eyaml/hiera-eyaml-3.3.0-r1.ebuild dev-ruby/hiera-eyaml/hiera-eyaml-3.4.0.ebuild X-VCS-Directories: dev-ruby/hiera-eyaml/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 33236c646414623d840a54430baa7dbdec61a16c X-VCS-Branch: master Date: Sat, 15 Jul 2023 18:15:43 +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: 93d3a8bf-d1ef-4f73-bec1-0344d3290469 X-Archives-Hash: f6b81c76f71978371ba86b1820c7468c commit: 33236c646414623d840a54430baa7dbdec61a16c Author: Hans de Graaff gentoo org> AuthorDate: Sat Jul 15 09:22:27 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jul 15 18:15:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33236c64 dev-ruby/hiera-eyaml: add missing test dependency Closes: https://bugs.gentoo.org/904261 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/hiera-eyaml/hiera-eyaml-3.3.0-r1.ebuild | 2 +- dev-ruby/hiera-eyaml/hiera-eyaml-3.4.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/hiera-eyaml/hiera-eyaml-3.3.0-r1.ebuild b/dev-ruby/hiera-eyaml/hiera-eyaml-3.3.0-r1.ebuild index 89b2847b8bf5..37d06833cc06 100644 --- a/dev-ruby/hiera-eyaml/hiera-eyaml-3.3.0-r1.ebuild +++ b/dev-ruby/hiera-eyaml/hiera-eyaml-3.3.0-r1.ebuild @@ -30,7 +30,7 @@ ruby_add_bdepend "test? ( dev-ruby/hiera-eyaml-plaintext )" -BDEPEND+=" test? ( || ( app-admin/puppet-agent app-admin/puppet ) )" +BDEPEND+=" test? ( || ( app-admin/puppet-agent app-admin/puppet ) dev-tcltk/expect )" all_ruby_prepare() { # Fix highline dependency to be compatible with more versions. diff --git a/dev-ruby/hiera-eyaml/hiera-eyaml-3.4.0.ebuild b/dev-ruby/hiera-eyaml/hiera-eyaml-3.4.0.ebuild index db643f2513ac..4d597a68a781 100644 --- a/dev-ruby/hiera-eyaml/hiera-eyaml-3.4.0.ebuild +++ b/dev-ruby/hiera-eyaml/hiera-eyaml-3.4.0.ebuild @@ -31,7 +31,7 @@ ruby_add_bdepend "test? ( dev-ruby/hiera-eyaml-plaintext )" -BDEPEND+=" test? ( || ( app-admin/puppet-agent app-admin/puppet ) )" +BDEPEND+=" test? ( || ( app-admin/puppet-agent app-admin/puppet ) dev-tcltk/expect )" all_ruby_prepare() { # Fix highline dependency to be compatible with more versions.