bloaty: Unmark nocross

This commit is contained in:
Nathan Owens 2020-01-10 17:10:09 -06:00 committed by Leah Neukirchen
parent e8e33bfac5
commit 77e305b65c

View file

@ -3,6 +3,7 @@ pkgname=bloaty
version=1.0 version=1.0
revision=1 revision=1
build_style=cmake build_style=cmake
build_helper=qemu
makedepends="zlib-devel" makedepends="zlib-devel"
# vendored: capstone protobuf re2 # vendored: capstone protobuf re2
short_desc="Bloaty McBloatface: a size profiler for binaries" short_desc="Bloaty McBloatface: a size profiler for binaries"
@ -11,7 +12,6 @@ license="Apache-2.0"
homepage="https://github.com/google/bloaty" homepage="https://github.com/google/bloaty"
distfiles="https://github.com/google/bloaty/releases/download/v${version}/bloaty-${version}.tar.bz2" distfiles="https://github.com/google/bloaty/releases/download/v${version}/bloaty-${version}.tar.bz2"
checksum=e1cf9830ba6c455218fdb50e7a8554ff256da749878acfaf77c032140d7ddde0 checksum=e1cf9830ba6c455218fdb50e7a8554ff256da749878acfaf77c032140d7ddde0
nocross="fails to use vendored protobuf"
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
ppc64*) ;; ppc64*) ;;