neomutt: broken on x86_64-musl until gpgme compat fixed
This commit is contained in:
parent
ee091072b5
commit
2c5513bb6f
|
@ -19,6 +19,10 @@ homepage="http://www.neomutt.org"
|
|||
distfiles="https://github.com/neomutt/neomutt/archive/neomutt-${version}.tar.gz"
|
||||
checksum=1afbf4d588fc35b000502016a975110efbc62f4afe4c6fa065e5369310304173
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
x86_64-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/13484/steps/shell_3/logs/stdio";;
|
||||
esac
|
||||
|
||||
provides="mutt-0_1"
|
||||
# Begin alternatives:
|
||||
alternatives="
|
||||
|
|
Loading…
Reference in New Issue