net-misc/unison: ignore TextRel on 32 bits

Closes: https://bugs.gentoo.org/926546
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2024-08-01 20:26:58 +02:00
parent 47efe436e6
commit d7a1fee2e7

View File

@@ -86,6 +86,11 @@ src_test() {
}
src_install() {
# OCaml generates textrels on 32-bit arches
if use arm || use ppc || use x86 ; then
export QA_TEXTRELS='.*'
fi
# install manually, since it's just too much
# work to force the Makefile to do the right thing.
cd "${S}/src" || die