commit: b8cf0dd4ca3091176061adb095604b70da47af95
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 15 08:12:29 2025 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Dec 15 08:12:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8cf0dd4
x11-wm/herbstluftwm: update live ebuild
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
x11-wm/herbstluftwm/herbstluftwm-9999.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild
b/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild
index 3f57831df47d..374f73d26e56 100644
--- a/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild
+++ b/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..13} )
+PYTHON_COMPAT=( python3_{10..14} )
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_OPTIONAL=1
@@ -132,8 +132,9 @@ src_install() {
herbstclient.1
herbstluftwm-tutorial.7
)
+ local man_page
for man_page in "${man_pages[@]}"; do
- doman "doc/${man_page}"
+ doman "${BUILD_DIR}/doc/${man_page}"
done
fi