diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-07 07:32:19 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-07 07:32:19 -0300 |
commit | 1ca5029b09a9e581dfa89ecb82a9361e5758556c (patch) | |
tree | ce51f0cf930100ea086daa7be2bdfad471b048bb | |
parent | b8e3b91a4d1e402405c16dfea2a2a62b98badfd5 (diff) | |
download | aports-1ca5029b09a9e581dfa89ecb82a9361e5758556c.tar.bz2 aports-1ca5029b09a9e581dfa89ecb82a9361e5758556c.tar.xz |
testing/evolution: disable for armv7
-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 ceecaf5a98..2cfb8d7526 100644 --- a/testing/evolution/APKBUILD +++ b/testing/evolution/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="evolution mail client" url="https://projects.gnome.org/evolution" # limited by webkit2gtk -arch="all !s390x" +arch="all !s390x !armv7" license="GPL" depends="highlight gsettings-desktop-schemas" depends_dev="itstool libxml2-dev gcr-dev enchant-dev libcanberra-dev |