rmlint: unbreak armv6l (#8596)

This commit is contained in:
newbluemoon 2017-11-02 09:33:28 +01:00 committed by Juan RP
parent 94af0e85fd
commit e561d19c59

View file

@ -1,7 +1,7 @@
# Template file for 'rmlint'
pkgname=rmlint
version=2.6.1
revision=2
revision=3
build_style=scons
hostmakedepends="scons pkg-config python3-Sphinx glib-devel"
makedepends="libblkid-devel elfutils-devel json-glib-devel"
@ -13,10 +13,6 @@ homepage="http://rmlint.rtfd.org/"
distfiles="https://github.com/sahib/$pkgname/archive/v$version.tar.gz"
checksum=b4de3de2f197b5978113eb9d013ee9890efbdf01ba739416255ecc2567199b81
if [ "$XBPS_TARGET_MACHINE" = "armv6l" ]; then
broken="http://build.voidlinux.eu/builders/armv6l_builder/builds/18864/steps/shell_3/logs/stdio"
fi
do_install() {
scons install --prefix=${DESTDIR}/usr
}