From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 25B2913881D for ; Wed, 23 Sep 2015 13:15:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B86E5E081D; Wed, 23 Sep 2015 13:15:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6567BE081D for ; Wed, 23 Sep 2015 13:15:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 919B3340967 for ; Wed, 23 Sep 2015 13:15:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 321981F4 for ; Wed, 23 Sep 2015 13:15:40 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1443014038.b364d3195bc9fa3aef0a22357462fe443bc23599.dilfridge@gentoo> Subject: [gentoo-commits] dev/dilfridge:master commit in: sci-electronics/fasthenry/ X-VCS-Repository: dev/dilfridge X-VCS-Files: sci-electronics/fasthenry/fasthenry-3.0_p082514.ebuild X-VCS-Directories: sci-electronics/fasthenry/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: b364d3195bc9fa3aef0a22357462fe443bc23599 X-VCS-Branch: master Date: Wed, 23 Sep 2015 13:15:40 +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: 50a18cbc-4a61-4181-a626-5528a237bac1 X-Archives-Hash: df0117cff3e2421527b25cccfd5141a9 commit: b364d3195bc9fa3aef0a22357462fe443bc23599 Author: Andreas K. Huettel gentoo org> AuthorDate: Wed Sep 23 13:13:58 2015 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Wed Sep 23 13:13:58 2015 +0000 URL: https://gitweb.gentoo.org/dev/dilfridge.git/commit/?id=b364d319 sci-electronics/fasthenry: Fix docs installation Package-Manager: portage-2.2.21 sci-electronics/fasthenry/fasthenry-3.0_p082514.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-electronics/fasthenry/fasthenry-3.0_p082514.ebuild b/sci-electronics/fasthenry/fasthenry-3.0_p082514.ebuild index 01cc17b..367e2fe 100644 --- a/sci-electronics/fasthenry/fasthenry-3.0_p082514.ebuild +++ b/sci-electronics/fasthenry/fasthenry-3.0_p082514.ebuild @@ -27,6 +27,6 @@ src_compile() { src_install() { dobin bin/fasthenry dobin bin/zbuf - dodoc doc/* - dodoc examples + dodoc -r doc/* + dodoc -r examples }