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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C540B15ACFB for ; Mon, 10 Apr 2023 20:52:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 006D4E07D0; Mon, 10 Apr 2023 20:52:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7760E07D0 for ; Mon, 10 Apr 2023 20:52:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E21F4340D46 for ; Mon, 10 Apr 2023 20:52:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4049F920 for ; Mon, 10 Apr 2023 20:52:33 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1681159949.92d1ad46949991c731c54ced14f53bb553d0c886.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/nvme-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/nvme-cli/nvme-cli-2.4-r1.ebuild X-VCS-Directories: sys-apps/nvme-cli/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 92d1ad46949991c731c54ced14f53bb553d0c886 X-VCS-Branch: master Date: Mon, 10 Apr 2023 20:52:33 +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: e1e0a9f0-0b92-4df1-a221-b5a249f30de3 X-Archives-Hash: 03816a3f1d885839db766a3b3271f3d2 commit: 92d1ad46949991c731c54ced14f53bb553d0c886 Author: Patrick McLean gentoo org> AuthorDate: Mon Apr 10 20:52:02 2023 +0000 Commit: Patrick McLean gentoo org> CommitDate: Mon Apr 10 20:52:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d1ad46 sys-apps/nvme-cli: Fix html doc install dir (bug #903695) Closes: https://bugs.gentoo.org/903695 Signed-off-by: Patrick McLean gentoo.org> sys-apps/nvme-cli/nvme-cli-2.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/nvme-cli/nvme-cli-2.4-r1.ebuild b/sys-apps/nvme-cli/nvme-cli-2.4-r1.ebuild index 8b44284d63cf..22ec481ebf09 100644 --- a/sys-apps/nvme-cli/nvme-cli-2.4-r1.ebuild +++ b/sys-apps/nvme-cli/nvme-cli-2.4-r1.ebuild @@ -38,7 +38,7 @@ src_configure() { local emesonargs=( -Dversion-tag="${PV}" -Ddocs=all - -Dhtmldir="${EPREFIX}/usr/share/doc/${P}/html" + -Dhtmldir="${EPREFIX}/usr/share/doc/${PF}/html" -Dsystemddir="${unitdir%/system}" -Dudevrulesdir="${EPREFIX}$(get_udevdir)" $(meson_use hugepages)