diff options
author | psykose <alice@ayaya.dev> | 2022-05-14 04:11:40 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2022-05-14 06:11:40 +0200 |
commit | 0142267e74d4d3e4102efa334e932085bf2d5bc2 (patch) | |
tree | 20b2d1da0be4c85caf4d4ff3f079f61c11d37daa | |
parent | 09fb96af5a958cd523f85b9c329e911e811ed508 (diff) | |
download | aports-0142267e74d4d3e4102efa334e932085bf2d5bc2.tar.gz aports-0142267e74d4d3e4102efa334e932085bf2d5bc2.tar.bz2 aports-0142267e74d4d3e4102efa334e932085bf2d5bc2.tar.xz |
community/nheko: renable on ppc64le
-rw-r--r-- | community/nheko/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/nheko/APKBUILD b/community/nheko/APKBUILD index 1e26e98814..4a58dcf160 100644 --- a/community/nheko/APKBUILD +++ b/community/nheko/APKBUILD @@ -7,8 +7,7 @@ pkgrel=1 pkgdesc="Qt5-based client for Matrix protocol" url="https://github.com/Nheko-Reborn/nheko/releases" # armhf blocked by qt5-qtmultimedia -# ppc64le blocked by gst-plugins-good-qt -arch="all !armhf !ppc64le" +arch="all !armhf" license="GPL-3.0-or-later" options="!check" # no test suite depends=" |