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 8BECA1382C5 for ; Mon, 7 May 2018 05:02:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D58AFE0883; Mon, 7 May 2018 05:02:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B272DE0883 for ; Mon, 7 May 2018 05:02:35 +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 52052335C99 for ; Mon, 7 May 2018 05:02:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10B933E for ; Mon, 7 May 2018 05:02:32 +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: <1525669334.b4223f84a25c082a42d9847327efcf658c3c8145.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rest-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rest-client/rest-client-2.0.2.ebuild X-VCS-Directories: dev-ruby/rest-client/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: b4223f84a25c082a42d9847327efcf658c3c8145 X-VCS-Branch: master Date: Mon, 7 May 2018 05:02:32 +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: 59940494-2076-4f5c-9e43-c84ba4fb9c72 X-Archives-Hash: 083aaf1ef00a88d4594dacf30032e07b commit: b4223f84a25c082a42d9847327efcf658c3c8145 Author: Hans de Graaff gentoo org> AuthorDate: Mon May 7 04:49:22 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon May 7 05:02:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4223f84 dev-ruby/rest-client: fix building without FEATURES=test Use the default rdoc method to generate documentation to avoid needing rspec with only USE=doc Closes: https://bugs.gentoo.org/654864 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/rest-client/rest-client-2.0.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ruby/rest-client/rest-client-2.0.2.ebuild b/dev-ruby/rest-client/rest-client-2.0.2.ebuild index 0a7ca052e8b..4b8540bc007 100644 --- a/dev-ruby/rest-client/rest-client-2.0.2.ebuild +++ b/dev-ruby/rest-client/rest-client-2.0.2.ebuild @@ -6,6 +6,7 @@ USE_RUBY="ruby22 ruby23 ruby24" RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="history.md README.md" inherit ruby-fakegem