diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-04-26 17:44:09 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-04-26 17:44:09 +0000 |
commit | ff8e870a88d58d3b4a29c99be16ff4032a9e63b2 (patch) | |
tree | cb7f45d669be684b10a1cce962862eccc756b4fc /testing/notepadqq | |
parent | d6d1a8152b18953c41beb1c3ac2b52a5a1ba7139 (diff) | |
download | aports-ff8e870a88d58d3b4a29c99be16ff4032a9e63b2.tar.bz2 aports-ff8e870a88d58d3b4a29c99be16ff4032a9e63b2.tar.xz |
testing/notepadqq: disable build for all but x86 and x86_64 arch
Diffstat (limited to 'testing/notepadqq')
-rw-r--r-- | testing/notepadqq/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/notepadqq/APKBUILD b/testing/notepadqq/APKBUILD index d050612192..179bb39ac6 100644 --- a/testing/notepadqq/APKBUILD +++ b/testing/notepadqq/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.3.6 pkgrel=2 pkgdesc="Notepad++-like text editor for Linux" url="https://notepadqq.altervista.org/" -arch="all" +arch="x86 x86_64" license="GPL3" depends="coreutils qt5-qtwebkit qt5-qtsvg qt5-qtbase" makedepends="qt5-qtbase-dev qt5-qttools-dev qt5-qtsvg-dev |