diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-05 14:43:15 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-05 14:43:15 -0300 |
commit | afa5b941df3b69fdf78f66ac62fb9be48e7167e4 (patch) | |
tree | 733191d24e82260958a6f293b03d0d7eff45d0ee /testing/evolution | |
parent | eddd32f507d8095618a9978eb076fd9e85108467 (diff) | |
download | aports-afa5b941df3b69fdf78f66ac62fb9be48e7167e4.tar.bz2 aports-afa5b941df3b69fdf78f66ac62fb9be48e7167e4.tar.xz |
testing/evolution: enable on s390x
Diffstat (limited to 'testing/evolution')
-rw-r--r-- | testing/evolution/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/evolution/APKBUILD b/testing/evolution/APKBUILD index 78a314285b..1611c4e242 100644 --- a/testing/evolution/APKBUILD +++ b/testing/evolution/APKBUILD @@ -5,8 +5,7 @@ pkgver=3.32.2 pkgrel=1 pkgdesc="evolution mail client" url="https://projects.gnome.org/evolution" -# limited by webkit2gtk -arch="all !s390x" +arch="all" license="GPL-2.0-or-later" depends="highlight gsettings-desktop-schemas" depends_dev="itstool libxml2-dev gcr-dev enchant-dev libcanberra-dev |