aboutsummaryrefslogtreecommitdiffstats
path: root/main/augeas
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-11-28 17:59:38 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-11-28 18:29:43 +0000
commit81301855c6684a0bb7b4bfce3088fb59feb761bb (patch)
tree85893a975073d2f538a79787463bb287cd4e1206 /main/augeas
parent034e9ad60327258a37cf5aae8b716872f1f75a3c (diff)
downloadaports-81301855c6684a0bb7b4bfce3088fb59feb761bb.tar.bz2
aports-81301855c6684a0bb7b4bfce3088fb59feb761bb.tar.xz
main/augeas: run tests with -j1
Diffstat (limited to 'main/augeas')
-rw-r--r--main/augeas/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/augeas/APKBUILD b/main/augeas/APKBUILD
index 55163fb395..233a4e95a5 100644
--- a/main/augeas/APKBUILD
+++ b/main/augeas/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=augeas
pkgver=1.9.0
-pkgrel=0
+pkgrel=1
pkgdesc="A configuration editing tool"
url="http://augeas.net"
arch="all"
@@ -68,7 +68,7 @@ static() {
check() {
cd "$builddir"
- make check
+ make -j1 check
}
sha512sums="340aed78ac2df455770735b41f3c10a1cbe40f160e236a735d4580edf5b635afeaf7ddadc10e759e9197c4b233e98b3b6b94a3c2f072aa765c104d64371ce171 augeas-1.9.0.tar.gz