aboutsummaryrefslogtreecommitdiffstats
path: root/main/gperf
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-02-05 19:10:29 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2018-02-07 08:39:16 +0000
commit600739664866e69b07639471958ce35b46cde095 (patch)
tree377ac6b2668240299e700efb7a09616d0b1b471f /main/gperf
parent031175dc92c51cae01f860064e283c60d1bf8f13 (diff)
downloadaports-600739664866e69b07639471958ce35b46cde095.tar.bz2
aports-600739664866e69b07639471958ce35b46cde095.tar.xz
main/gperf: specify GPL version, use -j1 for check
Parallel check fails on PowerPC.
Diffstat (limited to 'main/gperf')
-rw-r--r--main/gperf/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/gperf/APKBUILD b/main/gperf/APKBUILD
index 4455ad7f53..19f5909f61 100644
--- a/main/gperf/APKBUILD
+++ b/main/gperf/APKBUILD
@@ -1,11 +1,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gperf
pkgver=3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Perfect hash function generator."
url="https://www.gnu.org/software/gperf/"
arch="all"
-license="GPL"
+license="GPL-3.0+"
subpackages="$pkgname-doc"
depends=
makedepends=
@@ -23,7 +23,7 @@ build ()
check() {
cd "$builddir"
- make check
+ make -j1 check
}
package() {