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 62996139694 for ; Sat, 3 Jun 2017 08:39:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCDF8E0C48; Sat, 3 Jun 2017 08:39:49 +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 9BCA3E0C48 for ; Sat, 3 Jun 2017 08:39:49 +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 CA92E341793 for ; Sat, 3 Jun 2017 08:39:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BFDB7472 for ; Sat, 3 Jun 2017 08:39:47 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1496479185.d789a02141117aef88ba55d035f11d3127dd35db.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/openbabel/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/openbabel/openbabel-2.4.1.ebuild X-VCS-Directories: sci-chemistry/openbabel/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d789a02141117aef88ba55d035f11d3127dd35db X-VCS-Branch: master Date: Sat, 3 Jun 2017 08:39:47 +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: cc5060ba-09e9-4e98-9350-1f00704f621a X-Archives-Hash: 11078f740e7972529b83a7ac89613b9e commit: d789a02141117aef88ba55d035f11d3127dd35db Author: Justin Lecher gentoo org> AuthorDate: Sat Jun 3 08:04:03 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jun 3 08:39:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d789a021 sci-chemistry/openbabel: Fix API doc installation Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=619140 Package-Manager: Portage-2.3.6, Repoman-2.3.2 Signed-off-by: Justin Lecher gentoo.org> sci-chemistry/openbabel/openbabel-2.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/openbabel/openbabel-2.4.1.ebuild b/sci-chemistry/openbabel/openbabel-2.4.1.ebuild index 7674873aea9..2e3c423900e 100644 --- a/sci-chemistry/openbabel/openbabel-2.4.1.ebuild +++ b/sci-chemistry/openbabel/openbabel-2.4.1.ebuild @@ -66,7 +66,7 @@ src_install() { dodoc doc/{*.html,*.png} if use doc ; then docinto html/API - dodoc doc/API/html/* + dodoc -r doc/API/html/* fi cmake-utils_src_install