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 C8D80138334 for ; Sun, 25 Aug 2019 01:50:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFB7EE0815; Sun, 25 Aug 2019 01:50:21 +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 C1EEAE0815 for ; Sun, 25 Aug 2019 01:50:21 +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 16CD134A254 for ; Sun, 25 Aug 2019 01:50:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AFCB759 for ; Sun, 25 Aug 2019 01:50:14 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1566697772.595517f908ebdd143e0d37fb07fc4e6fdd6c89f8.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/opal-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/opal-utils/opal-utils-6.5.ebuild X-VCS-Directories: sys-apps/opal-utils/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 595517f908ebdd143e0d37fb07fc4e6fdd6c89f8 X-VCS-Branch: master Date: Sun, 25 Aug 2019 01:50:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 56159ffe-07f6-4e68-b122-8f7e88963a35 X-Archives-Hash: 27e018cc1f758b1517c05fd82ef55147 commit: 595517f908ebdd143e0d37fb07fc4e6fdd6c89f8 Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Aug 25 01:49:32 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Aug 25 01:49:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=595517f9 sys-apps/opal-utils: don't install doc sources Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Georgy Yakovlev gentoo.org> sys-apps/opal-utils/opal-utils-6.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/opal-utils/opal-utils-6.5.ebuild b/sys-apps/opal-utils/opal-utils-6.5.ebuild index a4dc62fddce..bbde6d6db52 100644 --- a/sys-apps/opal-utils/opal-utils-6.5.ebuild +++ b/sys-apps/opal-utils/opal-utils-6.5.ebuild @@ -76,7 +76,7 @@ src_install() { systemd_dounit external/opal-prd/opal-prd.service if use doc; then - + rm -r doc/_build/html/_sources || die local HTML_DOCS=( doc/_build/html/. ) fi einstalldocs