lftpfs: unmark broken on musl

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
Nathan Owens 2019-12-13 21:51:21 -06:00 committed by Juan RP
parent 19f8555b9c
commit 2c6a0d79db

View file

@ -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 <orphan@voidlinux.org>"
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