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 58BFB139694 for ; Sun, 16 Jul 2017 07:56:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B60FE0E59; Sun, 16 Jul 2017 07:56:26 +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 5580FE0E59 for ; Sun, 16 Jul 2017 07:56:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6D5013419E4 for ; Sun, 16 Jul 2017 07:56:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACEE474A6 for ; Sun, 16 Jul 2017 07:56:22 +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: <1500191778.5d6f81567741b6a374e5a61a214be718663b934d.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/puppet/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/puppet/puppet-5.0.0.ebuild X-VCS-Directories: app-admin/puppet/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 5d6f81567741b6a374e5a61a214be718663b934d X-VCS-Branch: master Date: Sun, 16 Jul 2017 07:56:22 +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: 79f41243-b713-415b-8939-4bd2de045d05 X-Archives-Hash: 7fe8e57c4b2a97c1359b3653a2ed5ae2 commit: 5d6f81567741b6a374e5a61a214be718663b934d Author: Hans de Graaff gentoo org> AuthorDate: Sun Jul 16 07:55:20 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Jul 16 07:56:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6f8156 app-admin/puppet: fix building with USE=doc, bug 623246 Package-Manager: Portage-2.3.6, Repoman-2.3.2 app-admin/puppet/puppet-5.0.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-admin/puppet/puppet-5.0.0.ebuild b/app-admin/puppet/puppet-5.0.0.ebuild index 6c3489f6038..5d316d4ad94 100644 --- a/app-admin/puppet/puppet-5.0.0.ebuild +++ b/app-admin/puppet/puppet-5.0.0.ebuild @@ -9,6 +9,8 @@ USE_RUBY="ruby21 ruby22 ruby23" RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_TASK_DOC="doc:all" + inherit eutils user ruby-fakegem versionator DESCRIPTION="A system automation and configuration management software." @@ -35,6 +37,7 @@ ruby_add_rdepend " dev-ruby/hocon" ruby_add_bdepend " + doc? ( dev-ruby/yard ) test? ( dev-ruby/mocha dev-ruby/rack