summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2024-08-01 20:26:58 +0200
committerAlfredo Tupone <tupone@gentoo.org>2024-08-01 20:28:17 +0200
commitd7a1fee2e71ffdccc1956a996d24fc2675a926a5 (patch)
treea9c89306f7dd233ac01f45197ebc315897235566 /net-misc
parentx11-wm/twm: remove empty IUSE (diff)
downloadgentoo-d7a1fee2e71ffdccc1956a996d24fc2675a926a5.tar.gz
gentoo-d7a1fee2e71ffdccc1956a996d24fc2675a926a5.tar.bz2
gentoo-d7a1fee2e71ffdccc1956a996d24fc2675a926a5.zip
net-misc/unison: ignore TextRel on 32 bits
Closes: https://bugs.gentoo.org/926546 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/unison/unison-2.53.5-r1.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/net-misc/unison/unison-2.53.5-r1.ebuild b/net-misc/unison/unison-2.53.5-r1.ebuild
index d1619282f060..2c3522204b35 100644
--- a/net-misc/unison/unison-2.53.5-r1.ebuild
+++ b/net-misc/unison/unison-2.53.5-r1.ebuild
@@ -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