diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-08-03 10:05:59 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-08-03 10:05:59 +0200 |
commit | 913f92b671984aa73e06f3d9c6dac0cca6bfc479 (patch) | |
tree | 89e79bef625db909ae70387ca8c9e116ed195ab0 /testing/xrdp-git | |
parent | 5ad30e383cdbc87caed57dbe81f298cb3164012e (diff) | |
download | aports-913f92b671984aa73e06f3d9c6dac0cca6bfc479.tar.bz2 aports-913f92b671984aa73e06f3d9c6dac0cca6bfc479.tar.xz |
testing/xrdp-git: build only for x86_64
Diffstat (limited to 'testing/xrdp-git')
-rw-r--r-- | testing/xrdp-git/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/xrdp-git/APKBUILD b/testing/xrdp-git/APKBUILD index b5dbe74c62..2373e4473e 100644 --- a/testing/xrdp-git/APKBUILD +++ b/testing/xrdp-git/APKBUILD @@ -5,7 +5,7 @@ pkgver=20150719 pkgrel=0 pkgdesc="an open source RDP server" url="http://www.xrdp.org/" -arch="all" +arch="x86_64" license="GPLv2" depends="" depends_dev="" |