mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user