mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
oprofile: broken on ppc for now
This commit is contained in:
parent
c5cac0d860
commit
7ba02993da
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue