aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kimchi/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/kimchi/APKBUILD')
-rw-r--r--testing/kimchi/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/kimchi/APKBUILD b/testing/kimchi/APKBUILD
index d6ee80f3d2..ef065aa3de 100644
--- a/testing/kimchi/APKBUILD
+++ b/testing/kimchi/APKBUILD
@@ -10,7 +10,7 @@ license="APACHE LGPL2.1"
depends="python2 py-ipaddr py2-m2crypto py2-simplejson py-psutil
py-imaging py2-libvirt py-cheetah py-ethtool py2-lxml py-websockify
py2-pillow qemu py2-configobj py2-six py2-paramiko py2-magic libvirt-daemon
-wok gingerbase py-netaddr py2-libuser"
+wok gingerbase py2-netaddr py2-libuser"
makedepends="automake autoconf libtool gettext-dev
python2-dev py-setuptools pyflakes libxslt py2-pip
py-pep8 py2-mock py-cherrypy pytest py2-requests
@@ -26,7 +26,7 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var
- make || return 1
+ make -j1 || return 1
}
package() {