cargo-deny: broken on big endian
This commit is contained in:
parent
5d0ffbef4d
commit
486d13b802
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ homepage="https://github.com/EmbarkStudios/cargo-deny"
|
||||||
distfiles="https://github.com/EmbarkStudios/cargo-deny/archive/${version}.tar.gz"
|
distfiles="https://github.com/EmbarkStudios/cargo-deny/archive/${version}.tar.gz"
|
||||||
checksum=17a68c2021a342dc34d3472cffaa99f929b400e90be8021829b8b032d16efbcd
|
checksum=17a68c2021a342dc34d3472cffaa99f929b400e90be8021829b8b032d16efbcd
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||||
|
broken="bitvec crate unimplemented for big endian"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE-APACHE
|
vlicense LICENSE-APACHE
|
||||||
vlicense LICENSE-MIT
|
vlicense LICENSE-MIT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue