ldns: broken on i686 for now

This commit is contained in:
classabbyamp 2024-07-26 22:54:49 -04:00
parent 69ec3f0825
commit 8877e41444
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ homepage="http://www.nlnetlabs.nl/projects/ldns/"
distfiles="http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=838b907594baaff1cd767e95466a7745998ae64bc74be038dccc62e2de2e4247
if [ "$XBPS_TARGET_MACHINE" = i686 ]; then
broken="https://build.voidlinux.org/builders/i686_builder/builds/48522/steps/shell_3/logs/stdio"
fi
post_install() {
vlicense LICENSE
}