aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2018-07-20 07:33:21 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2018-07-20 07:33:21 +0000
commitc45fc93e0cf96dc55442e33ad498357f77819d6d (patch)
tree8f444dd517fa876e81c1e3447da6dd4d509c75c9
parent8932c4a3cccc4ee80b2f8582e2e2e655ab891952 (diff)
testing/perl-pango: enable build on s390x
perl-cairo is building again on s390x
-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 e150d31e01b..ce407a0e103 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 !s390x" # limited by perl-cairo
+arch="all"
license="GPL PerlArtistic"
cpandepends="perl-glib perl-extutils-depends perl-cairo perl-extutils-pkgconfig"
cpanmakedepends=""