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 758FD138334 for ; Tue, 30 Apr 2019 22:48:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A0AEE091D; Tue, 30 Apr 2019 22:48:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 82BDDE091D for ; Tue, 30 Apr 2019 22:48:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9DE1C34307F for ; Tue, 30 Apr 2019 22:48:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A4F82A5 for ; Tue, 30 Apr 2019 22:48:19 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1556664482.e252c9ee0c259a69373580ecc73af142f1f04cd6.robbat2@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-2.1.0-r2.ebuild X-VCS-Directories: dev-ruby/hiera-eyaml/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: e252c9ee0c259a69373580ecc73af142f1f04cd6 X-VCS-Branch: master Date: Tue, 30 Apr 2019 22:48:19 +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: b09aeac8-77f0-42ad-a7b0-30086f2c682f X-Archives-Hash: 5b5f94198c65a5987567d5c1e0762a89 commit: e252c9ee0c259a69373580ecc73af142f1f04cd6 Author: Robin H. Johnson gentoo org> AuthorDate: Tue Apr 30 22:48:02 2019 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue Apr 30 22:48:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e252c9ee dev-ruby/hiera-eyaml: fix wrong slot in blocker Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Robin H. Johnson gentoo.org> dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0-r2.ebuild b/dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0-r2.ebuild index c7b9c9c8450..ff6b41f65d1 100644 --- a/dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0-r2.ebuild +++ b/dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0-r2.ebuild @@ -22,7 +22,7 @@ IUSE="test" ruby_add_rdepend ">=dev-ruby/highline-1.6.19" ruby_add_rdepend "dev-ruby/trollop:2" -ruby_add_rdepend "!!dev-ruby/hiera-eyaml:2" # both install the /usr/bin/eyaml binary +ruby_add_rdepend "!!dev-ruby/hiera-eyaml:3" # both install the /usr/bin/eyaml binary ruby_add_bdepend "test? ( dev-util/cucumber ~dev-util/aruba-0.6.2