From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 62516138252 for ; Tue, 10 May 2016 11:33:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB0EA21C012; Tue, 10 May 2016 11:33:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 771FC21C012 for ; Tue, 10 May 2016 11:33:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24189340815 for ; Tue, 10 May 2016 11:33:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C81A9336 for ; Tue, 10 May 2016 11:33:01 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1462878980.caf5fada5cdcee580266f34e0cea2334aa15df4d.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hoe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/hoe/hoe-3.14.1.ebuild X-VCS-Directories: dev-ruby/hoe/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: caf5fada5cdcee580266f34e0cea2334aa15df4d X-VCS-Branch: master Date: Tue, 10 May 2016 11:33:01 +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: f4cfe960-b543-40ad-982c-3608a7409508 X-Archives-Hash: 36f4b573bbebafdad92fa9569a83cc0d commit: caf5fada5cdcee580266f34e0cea2334aa15df4d Author: Anthony Ryan gmail com> AuthorDate: Mon Apr 18 06:23:40 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue May 10 11:16:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf5fada dev-ruby/hoe: Move rdoc to DEPEND since it's called by the ebuild Closes: https://github.com/gentoo/gentoo/pull/1294 Signed-off-by: Patrice Clement gentoo.org> dev-ruby/hoe/hoe-3.14.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/hoe/hoe-3.14.1.ebuild b/dev-ruby/hoe/hoe-3.14.1.ebuild index 6181563..ead60bb 100644 --- a/dev-ruby/hoe/hoe-3.14.1.ebuild +++ b/dev-ruby/hoe/hoe-3.14.1.ebuild @@ -22,7 +22,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.5:5 )" +ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.5:5 ) >=dev-ruby/rdoc-4.0" ruby_add_rdepend ">=dev-ruby/rake-0.8.7 >=dev-ruby/rdoc-4.0"