Revert "arpack-ng: mark as broken on armv[56]l*"

This reverts commit ff9237af6d.

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-08-16 23:24:47 +02:00
parent ec382278a0
commit d84a1096e4
No known key found for this signature in database
GPG key ID: 6764EC32352D0647

View file

@ -12,10 +12,6 @@ homepage="https://github.com/opencollab/arpack-ng"
distfiles="https://github.com/opencollab/arpack-ng/archive/${version}.tar.gz"
checksum=673c8202de996fd3127350725eb1818e534db4e79de56d5dcee8c00768db599a
case "$XBPS_TARGET_MACHINE" in
armv[67]l*) broken="requires unresolved shlibs libgfortran.so.5" ;;
esac
pre_configure() {
./bootstrap
}