From f534b1ddc07632fd67b53aa218487e5f651dd469 Mon Sep 17 00:00:00 2001 From: q66 Date: Fri, 11 Mar 2022 14:34:56 +0100 Subject: [PATCH] srcpkgs/*: enable pandoc-using stuff for ppc64 --- srcpkgs/amsynth/template | 2 +- srcpkgs/bird_exporter/template | 2 +- srcpkgs/earlyoom/template | 2 +- srcpkgs/growlight/template | 2 +- srcpkgs/notcurses/template | 2 +- srcpkgs/pelican/template | 2 +- srcpkgs/vimpager/template | 2 +- srcpkgs/xpra/template | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/srcpkgs/amsynth/template b/srcpkgs/amsynth/template index 8a762ee498..dd936a7d78 100644 --- a/srcpkgs/amsynth/template +++ b/srcpkgs/amsynth/template @@ -18,5 +18,5 @@ build_options="man" desc_option_man="Use pandoc for manpages" case "$XBPS_MACHINE" in - x86_64*|i686|ppc64le*) build_options_default="man" ;; + x86_64*|i686|ppc64le*|ppc64) build_options_default="man" ;; esac diff --git a/srcpkgs/bird_exporter/template b/srcpkgs/bird_exporter/template index 0143b41cd5..897de17d22 100644 --- a/srcpkgs/bird_exporter/template +++ b/srcpkgs/bird_exporter/template @@ -17,7 +17,7 @@ build_options="man" desc_option_man="Use pandoc for manpages" case "$XBPS_MACHINE" in - x86_64*|i686|ppc64le*) build_options_default="man" ;; + x86_64*|i686|ppc64le*|ppc64) build_options_default="man" ;; esac post_build() { diff --git a/srcpkgs/earlyoom/template b/srcpkgs/earlyoom/template index deb392a098..1b93ee0459 100644 --- a/srcpkgs/earlyoom/template +++ b/srcpkgs/earlyoom/template @@ -18,7 +18,7 @@ build_options="man" desc_option_man="Use pandoc for manpages" case "$XBPS_MACHINE" in - x86_64*|i686|ppc64le*) build_options_default="man" ;; + x86_64*|i686|ppc64le*|ppc64) build_options_default="man" ;; esac do_install() { diff --git a/srcpkgs/growlight/template b/srcpkgs/growlight/template index 3703defbdf..876eb479b6 100644 --- a/srcpkgs/growlight/template +++ b/srcpkgs/growlight/template @@ -22,7 +22,7 @@ desc_option_man="Use pandoc for manpages" desc_option_zfs="Build with ZFS Support" case "$XBPS_MACHINE" in - x86_64*|i686|ppc64le*) build_options_default="man" ;; + x86_64*|i686|ppc64le*|ppc64) build_options_default="man" ;; esac pre_configure() { diff --git a/srcpkgs/notcurses/template b/srcpkgs/notcurses/template index 633896bf55..9581a8e3de 100644 --- a/srcpkgs/notcurses/template +++ b/srcpkgs/notcurses/template @@ -20,7 +20,7 @@ build_options="man" desc_option_man="Use pandoc for manpages" case "$XBPS_MACHINE" in - x86_64*|i686|ppc64le*) build_options_default="man" ;; + x86_64*|i686|ppc64le*|ppc64) build_options_default="man" ;; esac notcurses-devel_package() { diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template index 70c34c55e8..6bca8b4120 100644 --- a/srcpkgs/pelican/template +++ b/srcpkgs/pelican/template @@ -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*|ppc64) checkdepends+=" pandoc";; esac post_extract() { diff --git a/srcpkgs/vimpager/template b/srcpkgs/vimpager/template index 71ea5ec5e7..eb8697af94 100644 --- a/srcpkgs/vimpager/template +++ b/srcpkgs/vimpager/template @@ -15,7 +15,7 @@ build_options="man" desc_option_man="Use pandoc for manpages" case "$XBPS_MACHINE" in - x86_64*|i686|ppc64le*) build_options_default="man" ;; + x86_64*|i686|ppc64le*|ppc64) build_options_default="man" ;; esac post_install() { diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template index 296cbb9834..5bc9ea89fd 100644 --- a/srcpkgs/xpra/template +++ b/srcpkgs/xpra/template @@ -26,7 +26,7 @@ build_options="docs" desc_option_docs="Enable documentation" case "$XBPS_MACHINE" in - x86_64*|i686*|ppc64le*) build_options_default="docs" ;; + x86_64*|i686*|ppc64le*|ppc64) build_options_default="docs" ;; esac if [ -z "$CROSS_BUILD" ]; then