oprofile: broken on ppc for now

This commit is contained in:
q66 2020-01-02 01:32:39 +01:00
parent c5cac0d860
commit 7ba02993da

View file

@ -15,3 +15,7 @@ license="GPL-2.0-only"
homepage="http://oprofile.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=95ded8bde1ec39922f0af015981a67aec63e025a501e4dc04cd65d38f73647e6
case "$XBPS_TARGET_MACHINE" in
ppc*) broken="requires libpfm, which is not packaged";;
esac