diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2011-02-25 09:38:03 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2011-02-25 09:50:43 +0000 |
commit | ba779486286bd34f4eb084c33a1304e787f15e7e (patch) | |
tree | e282e4e2efe0c5817c016961d7daa284d8479b1a /testing | |
parent | c70e30547281e1d6277296f34a16174ea199229e (diff) | |
download | aports-ba779486286bd34f4eb084c33a1304e787f15e7e.tar.bz2 aports-ba779486286bd34f4eb084c33a1304e787f15e7e.tar.xz |
testing/perl-sys-mmap: set arch all
Diffstat (limited to 'testing')
-rw-r--r-- | testing/perl-sys-mmap/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/perl-sys-mmap/APKBUILD b/testing/perl-sys-mmap/APKBUILD index 8ce529817e..e0906944ac 100644 --- a/testing/perl-sys-mmap/APKBUILD +++ b/testing/perl-sys-mmap/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.14 pkgrel=0 pkgdesc="Uses mmap to map in a file as a Perl variable" url="http://search.cpan.org/~toddr/Sys-Mmap-0.14/" -arch="x86 x86_64" +arch="all" license="GPL PerlArtistic" depends="perl" makedepends="perl-dev" |