diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-05-11 03:56:16 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-05-11 03:56:16 +0000 |
commit | ac3901a292af18917eadb09630603fd43aa12518 (patch) | |
tree | 9335a6a225e8710e6c1ce0ad66002c01aafd9a65 /testing/proftpd | |
parent | 246bdb87ac773d726decfa686edf132f2a3c268a (diff) | |
download | aports-ac3901a292af18917eadb09630603fd43aa12518.tar.bz2 aports-ac3901a292af18917eadb09630603fd43aa12518.tar.xz |
testing/proftpd: fails on official builders, disabled
Diffstat (limited to 'testing/proftpd')
-rw-r--r-- | testing/proftpd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/proftpd/APKBUILD b/testing/proftpd/APKBUILD index 00c9a317a3..7bc6701684 100644 --- a/testing/proftpd/APKBUILD +++ b/testing/proftpd/APKBUILD @@ -9,7 +9,7 @@ pkgdesc="Highly configurable FTP server software" url="http://www.proftpd.org/" pkgusers=$pkgname pkggroups=$pkgname -arch="all" +arch="" license="GPL" options="!check" depends="" |