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 64D9F138334 for ; Sun, 22 Sep 2019 16:37:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B5B7E08BF; Sun, 22 Sep 2019 16:37:50 +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 86570E08BF for ; Sun, 22 Sep 2019 16:37:50 +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 96DFA34B489 for ; Sun, 22 Sep 2019 16:37:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09534780 for ; Sun, 22 Sep 2019 16:37:47 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1569170261.6e4411bbc1d45c0274d62512deabe66811ce905b.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/puppet/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/puppet/puppet-6.9.0-r1.ebuild app-admin/puppet/puppet-6.9.0.ebuild X-VCS-Directories: app-admin/puppet/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 6e4411bbc1d45c0274d62512deabe66811ce905b X-VCS-Branch: master Date: Sun, 22 Sep 2019 16:37:47 +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: f5c94417-fc2a-433c-a679-67b543cb4948 X-Archives-Hash: 7b50b13bf095756fbf2775e390cc9e54 commit: 6e4411bbc1d45c0274d62512deabe66811ce905b Author: Matthew Thode gentoo org> AuthorDate: Sun Sep 22 16:37:29 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Sun Sep 22 16:37:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e4411bb app-admin/puppet: add missing dep on dev-ruby/concurrent-ruby Fixes: https://bugs.gentoo.org/695400 Package-Manager: Portage-2.3.69, Repoman-2.3.17 Signed-off-by: Matthew Thode gentoo.org> app-admin/puppet/{puppet-6.9.0.ebuild => puppet-6.9.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/app-admin/puppet/puppet-6.9.0.ebuild b/app-admin/puppet/puppet-6.9.0-r1.ebuild similarity index 99% rename from app-admin/puppet/puppet-6.9.0.ebuild rename to app-admin/puppet/puppet-6.9.0-r1.ebuild index 0038f1ebf43..d633c6865a1 100644 --- a/app-admin/puppet/puppet-6.9.0.ebuild +++ b/app-admin/puppet/puppet-6.9.0-r1.ebuild @@ -28,6 +28,7 @@ ruby_add_rdepend " dev-ruby/json:= dev-ruby/semantic_puppet >=dev-ruby/facter-3.0.0 + dev-ruby/concurrent-ruby augeas? ( dev-ruby/ruby-augeas ) diff? ( dev-ruby/diff-lcs ) doc? ( dev-ruby/rdoc )