From 2c6a0d79dbda05a5389132e2ecec3b2de6aa9209 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Fri, 13 Dec 2019 21:51:21 -0600 Subject: [PATCH] lftpfs: unmark broken on musl Signed-off-by: Nathan Owens --- srcpkgs/lftpfs/template | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/srcpkgs/lftpfs/template b/srcpkgs/lftpfs/template index ac4bcc51d6..f8b7590281 100644 --- a/srcpkgs/lftpfs/template +++ b/srcpkgs/lftpfs/template @@ -9,11 +9,7 @@ makedepends="perl-Fuse perl-IPC-Run lftp" depends="$makedepends" short_desc="Filesystem with caching based on FUSE and LFTP" maintainer="Orphaned " -license="GPL-2" +license="GPL-2.0-only" homepage="http://lftpfs.sourceforge.net/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" checksum=5116e06dfc03c4000f3157916d4bf2b9bcd6f47667790217dbf3b9f04861bf39 - -case "$XBPS_TARGET_MACHINE" in -*-musl) broken="perl-Fuse" ;; -esac