From 37e4389f1ccd658eebe29ffe886e29c0132a35bb Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Sun, 23 Nov 2025 10:36:35 +0100 Subject: [PATCH] dev-libs/xxhash-0.8.3-r1: force MANDIR to be FHS-style Makefile has accomodations for different platforms and different locations for manpages, however, in Gentoo as well as Gentoo Prefix we use FHS-style unconditionally. Signed-off-by: Fabian Groffen --- dev-libs/xxhash/xxhash-0.8.3-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/xxhash/xxhash-0.8.3-r1.ebuild b/dev-libs/xxhash/xxhash-0.8.3-r1.ebuild index 717ad92fcfdef..ca5f8b1f492d2 100644 --- a/dev-libs/xxhash/xxhash-0.8.3-r1.ebuild +++ b/dev-libs/xxhash/xxhash-0.8.3-r1.ebuild @@ -34,6 +34,7 @@ myemake() { CC="$(tc-getCC)" \ PREFIX="${EPREFIX}"/usr \ LIBDIR="${EPREFIX}"/usr/$(get_libdir) \ + MANDIR='$(man1dir)' \ "${@}" }