aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-pango
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-06-15 09:23:41 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-15 09:23:41 +0000
commitebd53b9c6909c6e1ca409014b426b92939eff2da (patch)
treeeabb16d112fb8c7d72f145f1b7213d8ea5af4e3f /testing/perl-pango
parent9e768a78ba2bfc0c55395838ceff553f5979e080 (diff)
downloadaports-ebd53b9c6909c6e1ca409014b426b92939eff2da.tar.bz2
aports-ebd53b9c6909c6e1ca409014b426b92939eff2da.tar.xz
testing/perl-pango: disable on s390x
Diffstat (limited to 'testing/perl-pango')
-rw-r--r--testing/perl-pango/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/perl-pango/APKBUILD b/testing/perl-pango/APKBUILD
index ce407a0e10..e150d31e01 100644
--- a/testing/perl-pango/APKBUILD
+++ b/testing/perl-pango/APKBUILD
@@ -7,7 +7,7 @@ pkgver=1.227
pkgrel=2
pkgdesc="Layout and render international text"
url="http://search.cpan.org/dist/Pango/"
-arch="all"
+arch="all !s390x" # limited by perl-cairo
license="GPL PerlArtistic"
cpandepends="perl-glib perl-extutils-depends perl-cairo perl-extutils-pkgconfig"
cpanmakedepends=""