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 BDAB4158086 for ; Mon, 25 Oct 2021 11:56:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A80BFE0855; Mon, 25 Oct 2021 11:56:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D1C2E0855 for ; Mon, 25 Oct 2021 11:56:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F75334387C for ; Mon, 25 Oct 2021 11:56:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31044189 for ; Mon, 25 Oct 2021 11:56:39 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1635044526.0385d08f268ce004cac57486d5326e908d56e39a.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/highway/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/highway/highway-0.14.2.ebuild dev-cpp/highway/highway-9999.ebuild X-VCS-Directories: dev-cpp/highway/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 0385d08f268ce004cac57486d5326e908d56e39a X-VCS-Branch: master Date: Mon, 25 Oct 2021 11:56:39 +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: 0e2c194a-9e8b-4836-92fb-4041f8c099cd X-Archives-Hash: e5c76d97f7363949f883c3ae7e58bd55 commit: 0385d08f268ce004cac57486d5326e908d56e39a Author: Alessandro Barbieri gmail com> AuthorDate: Sun Oct 24 03:02:06 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Oct 24 03:02:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0385d08f dev-cpp/highway: install docs Signed-off-by: Alessandro Barbieri gmail.com> dev-cpp/highway/highway-0.14.2.ebuild | 5 +++++ dev-cpp/highway/highway-9999.ebuild | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/dev-cpp/highway/highway-0.14.2.ebuild b/dev-cpp/highway/highway-0.14.2.ebuild index 683729d58..46b5278c3 100644 --- a/dev-cpp/highway/highway-0.14.2.ebuild +++ b/dev-cpp/highway/highway-0.14.2.ebuild @@ -35,3 +35,8 @@ src_configure() { cmake_src_configure } + +src_install() { + dodoc g3doc/* + cmake_src_install +} diff --git a/dev-cpp/highway/highway-9999.ebuild b/dev-cpp/highway/highway-9999.ebuild index 683729d58..46b5278c3 100644 --- a/dev-cpp/highway/highway-9999.ebuild +++ b/dev-cpp/highway/highway-9999.ebuild @@ -35,3 +35,8 @@ src_configure() { cmake_src_configure } + +src_install() { + dodoc g3doc/* + cmake_src_install +}