giac: mark as broken on armv[67]l*
This commit is contained in:
parent
ff9237af6d
commit
54e0af4751
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ license="GPL-3"
|
|||
distfiles="https://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_${version/r/-}.tar.gz"
|
||||
checksum=d3abd7924d51bdb366020bd704266f7c292ff341dc1dd5c7af3acf677cb96537
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv[67]l*) broken="requires unresolved shlibs libgfortran.so.5" ;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
# remove duplicates
|
||||
rm -r ${DESTDIR}/usr/share/doc
|
||||
|
|
Loading…
Reference in a new issue