From e561d19c59b5b65e62a7e0246107940deb548876 Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Thu, 2 Nov 2017 09:33:28 +0100 Subject: [PATCH] rmlint: unbreak armv6l (#8596) --- srcpkgs/rmlint/template | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template index 37d9aa23ba3..9374a3f0a78 100644 --- a/srcpkgs/rmlint/template +++ b/srcpkgs/rmlint/template @@ -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 }