diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-04-29 20:51:49 +0000 |
---|---|---|
committer | Breno Leitao <breno.leitao@gmail.com> | 2017-04-29 20:51:49 +0000 |
commit | 58ce76ea97ad01f1d49afecd3a0ab5f71942d559 (patch) | |
tree | 5d5440041f01abb9c9475f67954481bfa191295e /testing | |
parent | 5875522c9eed3be67b8d947316b422a111d85258 (diff) | |
download | aports-58ce76ea97ad01f1d49afecd3a0ab5f71942d559.tar.bz2 aports-58ce76ea97ad01f1d49afecd3a0ab5f71942d559.tar.xz |
testing/unifont: Enabling for all arches
Changing this package to compile on all. I tested on my Intel machines
and it is building fine also.
We want to enable it on all arches because this will become a dependency
for grub, mainly to enable ISO generation using grub-mkrescue(1).
Diffstat (limited to 'testing')
-rw-r--r-- | testing/unifont/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/unifont/APKBUILD b/testing/unifont/APKBUILD index 0449108a5e..3c0b67bb3d 100644 --- a/testing/unifont/APKBUILD +++ b/testing/unifont/APKBUILD @@ -5,7 +5,7 @@ pkgver=9.0.06 pkgrel=0 pkgdesc="GNU Unifont package with glyphs for every printable code point in the Unicode 9.0 Basic Multilingual Plane (BMP)" url="http://unifoundry.com/unifont.html" -arch="ppc64le" +arch="all" license="GPL" depends="bdftopcf perl-gd" makedepends="" |