CVSROOT: /cvs Module name: ports Changes by: [email protected] 2019/09/30 02:24:44
Modified files:
devel/angr : Makefile.inc
devel/angr/vex : Makefile
security/angrop: Makefile
Log message:
move ONLY_FOR_ARCHS from vex' Makefile to angr{,rop}
vex is amd64-only and there is no point in attempting to build packages
only to have them fail when the RDEP on vex cannot be resolved (e.g. on
i386 as reported by sthen).
prompted by sthen@
ok kn@
