diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-06 12:26:07 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-06 14:44:54 +0100 |
commit | 9d1ceff172bd19cbe4120bdfd5bef7c3b4ba4aea (patch) | |
tree | bb876edded5a28ec40a76b8895745434a76c39eb | |
parent | 038cd937bd58e1690158db5c3d97b1344d2c078d (diff) | |
download | aports-9d1ceff172bd19cbe4120bdfd5bef7c3b4ba4aea.tar.bz2 aports-9d1ceff172bd19cbe4120bdfd5bef7c3b4ba4aea.tar.xz |
community/ttf-cantarell: re-enable on x86
-rw-r--r-- | community/ttf-cantarell/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ttf-cantarell/APKBUILD b/community/ttf-cantarell/APKBUILD index 3dab4e2b26..3778cae5f1 100644 --- a/community/ttf-cantarell/APKBUILD +++ b/community/ttf-cantarell/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.200 pkgrel=1 pkgdesc="Humanist sans-serif font designed for on-screen reading" url="https://wiki.gnome.org/Projects/CantarellFonts" -arch="noarch !x86 !s390x" +arch="noarch !s390x" license="OFL-1.1 AND Apache-2.0" makedepends="meson gettext-dev appstream-glib-dev psautohint py3-fontmath" source="https://download.gnome.org/sources/cantarell-fonts/$pkgver/cantarell-fonts-$pkgver.tar.xz" |