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 B1E57138334 for ; Thu, 19 Jul 2018 22:13:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D272AE08FC; Thu, 19 Jul 2018 22:13:24 +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 A1D53E08FC for ; Thu, 19 Jul 2018 22:13:24 +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 E18DA335CA3 for ; Thu, 19 Jul 2018 22:13:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39C482CC for ; Thu, 19 Jul 2018 22:13:21 +0000 (UTC) From: "Matt 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, "Matt Thode" Message-ID: <1532038384.c28abc3bbee226d72abd00dc92696927a880eaaa.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ansible/ansible-9999.ebuild X-VCS-Directories: app-admin/ansible/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: c28abc3bbee226d72abd00dc92696927a880eaaa X-VCS-Branch: master Date: Thu, 19 Jul 2018 22:13:21 +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: 1c8bed7e-dc9a-4775-85ea-f4457a620768 X-Archives-Hash: 1a31fe633fd09aaf08dd3b0ea3ba9471 commit: c28abc3bbee226d72abd00dc92696927a880eaaa Author: Matthew Thode gentoo org> AuthorDate: Thu Jul 19 22:12:46 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Thu Jul 19 22:13:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c28abc3b app-admin/ansible: fix 9999 install Closes: https://bugs.gentoo.org/661522 Package-Manager: Portage-2.3.43, Repoman-2.3.10 app-admin/ansible/ansible-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-admin/ansible/ansible-9999.ebuild b/app-admin/ansible/ansible-9999.ebuild index 0ca97a267cc..91c2329b316 100644 --- a/app-admin/ansible/ansible-9999.ebuild +++ b/app-admin/ansible/ansible-9999.ebuild @@ -64,6 +64,5 @@ python_install_all() { use doc && local HTML_DOCS=( docs/docsite/_build/html/. ) distutils-r1_python_install_all - doman docs/man/man1/*.1 dodoc -r examples }