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 9E3AC138334 for ; Sun, 8 Jul 2018 03:55:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98E02E0A8A; Sun, 8 Jul 2018 03:55:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 48F5CE0A8A for ; Sun, 8 Jul 2018 03:55:41 +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 E45BA335C7F for ; Sun, 8 Jul 2018 03:55:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB9BB2E7 for ; Sun, 8 Jul 2018 03:55:36 +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: <1531021936.be4d436d19515c3f4b64825461ed067ba9d319c5.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/yard/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/yard/yard-0.9.11.ebuild dev-ruby/yard/yard-0.9.14.ebuild X-VCS-Directories: dev-ruby/yard/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: be4d436d19515c3f4b64825461ed067ba9d319c5 X-VCS-Branch: master Date: Sun, 8 Jul 2018 03:55:36 +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-Archives-Salt: 6d06eb5a-bb23-4828-a1ed-e33c24afa892 X-Archives-Hash: 05a289dbd3e2a0adb9fba50ec08e5863 commit: be4d436d19515c3f4b64825461ed067ba9d319c5 Author: Hans de Graaff gentoo org> AuthorDate: Sun Jul 8 03:52:16 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Jul 8 03:52:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be4d436d dev-ruby/yard: add missing rack test dependency Bug: https://bugs.gentoo.org/660558 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/yard/yard-0.9.11.ebuild | 2 +- dev-ruby/yard/yard-0.9.14.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/yard/yard-0.9.11.ebuild b/dev-ruby/yard/yard-0.9.11.ebuild index fd62f21f273..e1ba3ed1502 100644 --- a/dev-ruby/yard/yard-0.9.11.ebuild +++ b/dev-ruby/yard/yard-0.9.11.ebuild @@ -28,7 +28,7 @@ IUSE="" ruby_add_bdepend "doc? ( || ( dev-ruby/maruku dev-ruby/rdiscount dev-ruby/bluecloth dev-ruby/kramdown ) )" -ruby_add_bdepend "test? ( >=dev-ruby/ruby-gettext-2.3.8 )" +ruby_add_bdepend "test? ( >=dev-ruby/ruby-gettext-2.3.8 dev-ruby/rack )" all_ruby_prepare() { sed -i -e '/[Bb]undler/ s:^:#:' spec/spec_helper.rb || die diff --git a/dev-ruby/yard/yard-0.9.14.ebuild b/dev-ruby/yard/yard-0.9.14.ebuild index 010fffba810..0443cc6cbfd 100644 --- a/dev-ruby/yard/yard-0.9.14.ebuild +++ b/dev-ruby/yard/yard-0.9.14.ebuild @@ -28,7 +28,7 @@ IUSE="" ruby_add_bdepend "doc? ( || ( dev-ruby/maruku dev-ruby/rdiscount dev-ruby/bluecloth dev-ruby/kramdown ) )" -ruby_add_bdepend "test? ( >=dev-ruby/ruby-gettext-2.3.8 )" +ruby_add_bdepend "test? ( >=dev-ruby/ruby-gettext-2.3.8 dev-ruby/rack )" all_ruby_prepare() { sed -i -e '/[Bb]undler/ s:^:#:' spec/spec_helper.rb || die