pelican: pandoc in checkdepends for ppc64le-musl
This commit is contained in:
parent
02adcee891
commit
84491090db
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ distfiles="https://github.com/getpelican/pelican/archive/${version}.tar.gz"
|
|||
checksum=b47c65f663bf6f2513b8ebc1f096e51f4d7865c17b36c370f83eadd80b6ba702
|
||||
|
||||
case "$XBPS_MACHINE" in
|
||||
x86_64*|i686|ppc64le) checkdepends+=" pandoc";;
|
||||
x86_64*|i686|ppc64le*) checkdepends+=" pandoc";;
|
||||
esac
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in a new issue