diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-06 19:12:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-06 19:34:21 +0000 |
commit | 79774c28bbfabfc454b90ed92c69f96465c30efc (patch) | |
tree | f9992c2beef659401fa88e47a1709a78547b5102 /testing | |
parent | 19e866f5f2cb9db2d4358a560710be222093e8bd (diff) | |
download | aports-79774c28bbfabfc454b90ed92c69f96465c30efc.tar.bz2 aports-79774c28bbfabfc454b90ed92c69f96465c30efc.tar.xz |
testing/evolution: enable on ppc64le and aarch64
Diffstat (limited to 'testing')
-rw-r--r-- | testing/evolution/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/evolution/APKBUILD b/testing/evolution/APKBUILD index b23e06d607..49dbef6861 100644 --- a/testing/evolution/APKBUILD +++ b/testing/evolution/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="evolution mail client" url="http://projects.gnome.org/evolution" # limited by webkit2gtk -arch="x86 x86_64" +arch="x86 x86_64 ppc64le aarch64" license="GPL" depends="highlight gsettings-desktop-schemas" depends_dev="itstool libxml2-dev gcr-dev enchant-dev libcanberra-dev |