From 8b6d7a7d8d51b9fedfe261361f1a73499c8c4224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Sat, 10 Oct 2020 01:15:57 -0300 Subject: [PATCH] bootiso: remove unnecessary broken. --- srcpkgs/bootiso/template | 5 ----- 1 file changed, 5 deletions(-) diff --git a/srcpkgs/bootiso/template b/srcpkgs/bootiso/template index a30de34b99e..4c443dae027 100644 --- a/srcpkgs/bootiso/template +++ b/srcpkgs/bootiso/template @@ -15,11 +15,6 @@ changelog="https://github.com/jsamr/bootiso/raw/master/changelog.md" distfiles="https://github.com/jsamr/bootiso/archive/v${version}.tar.gz" checksum=eaf0cedb31d2195546e882624b7f1f0abbb3a6bb6234b4408dfeb2eaeaff3a50 -case "$XBPS_TARGET_MACHINE" in - i686*|x86_64*) ;; - *) broken="requires syslinux which is not available on $XBPS_TARGET_MACHINE" ;; -esac - post_install() { vdoc readme.md }