diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-20 07:22:29 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-20 07:22:29 +0000 |
commit | 8932c4a3cccc4ee80b2f8582e2e2e655ab891952 (patch) | |
tree | 3b25282ce97bd6f840e9609e67b93562fe0a7458 /testing/perl-cairo | |
parent | 96a72dd8c36a69e0d7987fc1f224bb4349fe1fe6 (diff) | |
download | aports-8932c4a3cccc4ee80b2f8582e2e2e655ab891952.tar.bz2 aports-8932c4a3cccc4ee80b2f8582e2e2e655ab891952.tar.xz |
testing/perl-cairo: enable build on s390x
All tests worked in my s390x container, trying to enable package again
Diffstat (limited to 'testing/perl-cairo')
-rw-r--r-- | testing/perl-cairo/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/perl-cairo/APKBUILD b/testing/perl-cairo/APKBUILD index 4744a703bc..61e575a86d 100644 --- a/testing/perl-cairo/APKBUILD +++ b/testing/perl-cairo/APKBUILD @@ -7,7 +7,7 @@ pkgver=1.106 pkgrel=3 pkgdesc="Perl module for Cairo" url="http://search.cpan.org/dist/Cairo/" -arch="all !s390x" +arch="all" license="GPL PerlArtistic" cpandepends="" cpanmakedepends="perl-extutils-depends perl-extutils-pkgconfig" |