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 612AF138350 for ; Sat, 18 Apr 2020 18:39:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 447F0E084E; Sat, 18 Apr 2020 18:39:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2EB49E084E for ; Sat, 18 Apr 2020 18:39:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4467A34F072 for ; Sat, 18 Apr 2020 18:39:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C3AD1E2 for ; Sat, 18 Apr 2020 18:39:23 +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: <1587228913.bd76843818f22e71824da9cd34caf4bc63361861.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/qhttpengine/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/qhttpengine/qhttpengine-1.0.1.ebuild X-VCS-Directories: dev-libs/qhttpengine/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: bd76843818f22e71824da9cd34caf4bc63361861 X-VCS-Branch: master Date: Sat, 18 Apr 2020 18:39:23 +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: b5690f3d-2809-4c48-a260-26c73922e198 X-Archives-Hash: 29b46504c190a8ebcdc6925432e289ec commit: bd76843818f22e71824da9cd34caf4bc63361861 Author: Huang Rui gmail com> AuthorDate: Sat Apr 18 16:55:12 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Apr 18 16:55:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd768438 dev-libs/qhttpengine: 1.0.1 fix install doc warning Fixed the ebuild to use correct FHS/Gentoo policy paths Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Huang Rui gmail.com> dev-libs/qhttpengine/qhttpengine-1.0.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/qhttpengine/qhttpengine-1.0.1.ebuild b/dev-libs/qhttpengine/qhttpengine-1.0.1.ebuild index a4e9bf0..adbf1b3 100644 --- a/dev-libs/qhttpengine/qhttpengine-1.0.1.ebuild +++ b/dev-libs/qhttpengine/qhttpengine-1.0.1.ebuild @@ -43,6 +43,7 @@ src_configure() { -DBUILD_TESTS=$(usex test) -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr" -DLIB_INSTALL_DIR=$(get_libdir) + -DDOC_INSTALL_DIR="share/doc/${PF}" ${CMAKE_CONF} )