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 391E0158089 for ; Sun, 12 Nov 2023 10:38:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BD122BC016; Sun, 12 Nov 2023 10:38:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C01C2BC016 for ; Sun, 12 Nov 2023 10:38:16 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BB1B335D3C for ; Sun, 12 Nov 2023 10:38:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 860BB9D3 for ; Sun, 12 Nov 2023 10:38:13 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1699785392.31d50df80c6df2ec3da32b17c54559a8c1023051.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/baselayout/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/baselayout/baselayout-2.14-r1.ebuild sys-apps/baselayout/baselayout-9999.ebuild X-VCS-Directories: sys-apps/baselayout/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 31d50df80c6df2ec3da32b17c54559a8c1023051 X-VCS-Branch: master Date: Sun, 12 Nov 2023 10:38:13 +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: 4fc4cb7e-d531-4d3a-88df-37004868c769 X-Archives-Hash: d4c3a85c07de1214f870ddf1ed1369b4 commit: 31d50df80c6df2ec3da32b17c54559a8c1023051 Author: Fabian Groffen gentoo org> AuthorDate: Sun Nov 12 10:36:32 2023 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Nov 12 10:36:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31d50df8 sys-apps/baselayout: ensure MANPATH contains host pages on Prefix etc/man_db.conf's MANPATH is overriden by env MANPATH, which we set by default in Gentoo, generated from env.d. In order to make system manpages available in Prefix, ensure /usr/share/man appears in MANPATH as last entry. Signed-off-by: Fabian Groffen gentoo.org> .../baselayout/{baselayout-9999.ebuild => baselayout-2.14-r1.ebuild} | 1 + sys-apps/baselayout/baselayout-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-apps/baselayout/baselayout-9999.ebuild b/sys-apps/baselayout/baselayout-2.14-r1.ebuild similarity index 99% copy from sys-apps/baselayout/baselayout-9999.ebuild copy to sys-apps/baselayout/baselayout-2.14-r1.ebuild index 9e5d229d2ea4..b1f52aa3baa7 100644 --- a/sys-apps/baselayout/baselayout-9999.ebuild +++ b/sys-apps/baselayout/baselayout-2.14-r1.ebuild @@ -209,6 +209,7 @@ src_prepare() { hprefixify -w '/PATH=/' etc/env.d/50baselayout hprefixify -w 1 etc/env.d/50baselayout echo PATH=/usr/sbin:/sbin:/usr/bin:/bin >> etc/env.d/99host + echo MANPATH=/usr/share/man >> etc/env.d/99host # change branding sed -i \ diff --git a/sys-apps/baselayout/baselayout-9999.ebuild b/sys-apps/baselayout/baselayout-9999.ebuild index 9e5d229d2ea4..b1f52aa3baa7 100644 --- a/sys-apps/baselayout/baselayout-9999.ebuild +++ b/sys-apps/baselayout/baselayout-9999.ebuild @@ -209,6 +209,7 @@ src_prepare() { hprefixify -w '/PATH=/' etc/env.d/50baselayout hprefixify -w 1 etc/env.d/50baselayout echo PATH=/usr/sbin:/sbin:/usr/bin:/bin >> etc/env.d/99host + echo MANPATH=/usr/share/man >> etc/env.d/99host # change branding sed -i \