diff options
author | tmpfile <tmpfile@users.noreply.github.com> | 2017-07-08 16:36:15 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-07-10 09:05:20 +0000 |
commit | 77f6dfa1268698df57721eecd7f41f2be1f632f0 (patch) | |
tree | 433d776d751519a126a6145b1412c104839681fc /testing/wok | |
parent | d1bbf07a534c7cd70cb28c748dad9a9e768f403b (diff) | |
download | aports-77f6dfa1268698df57721eecd7f41f2be1f632f0.tar.bz2 aports-77f6dfa1268698df57721eecd7f41f2be1f632f0.tar.xz |
testing/[various]: fix trailing whitespace
Diffstat (limited to 'testing/wok')
-rw-r--r-- | testing/wok/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/wok/APKBUILD b/testing/wok/APKBUILD index 6cb362d4bd..e52d695ad1 100644 --- a/testing/wok/APKBUILD +++ b/testing/wok/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Webserver of Kimchi - a cherrypy framework for multi-purpose plug-ins" url="http://kimchi-project.github.io/wok/" arch="noarch" license="APACHE LGPL2.1" -depends="python2 nginx logrotate py-cherrypy py2-jsonschema +depends="python2 nginx logrotate py-cherrypy py2-jsonschema py2-pyparted py2-pyldap py2-psutil py2-m2crypto py-cheetah py2-augeas py2-pam py2-functools32 py2-lxml py2-libvirt py-cherrypy ttf-opensans ttf-font-awesome" @@ -27,7 +27,7 @@ build() { --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ - --disable-rpath + --disable-rpath make } |