aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libcgroup
diff options
context:
space:
mode:
authorJonathan Curran <jonathan@curran.in>2015-09-09 01:30:44 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-09-15 09:34:41 +0200
commit6256fadac26c8fbbfee03264ebfc927321548b99 (patch)
tree690e9ff3b053db4da8e9322949abdb79d848bc31 /testing/libcgroup
parent465a7cfb76355ec6c31c312e2934c711c38d1fb3 (diff)
downloadaports-6256fadac26c8fbbfee03264ebfc927321548b99.tar.bz2
aports-6256fadac26c8fbbfee03264ebfc927321548b99.tar.xz
testing/libcgroup: fix makedepends
makedepends was missing linux-headers
Diffstat (limited to 'testing/libcgroup')
-rw-r--r--testing/libcgroup/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libcgroup/APKBUILD b/testing/libcgroup/APKBUILD
index 7f5c6dd0cb..a6bf08b1e0 100644
--- a/testing/libcgroup/APKBUILD
+++ b/testing/libcgroup/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libcgroup
pkgver=0.38
-pkgrel=1
+pkgrel=2
pkgdesc="Library to control and monitor control groups"
url="http://libcg.sourceforge.net/"
arch="all"
license="LGPLv2+"
depends=""
depends_dev=""
-makedepends="$depends_dev bison flex linux-pam-dev fts-dev"
+makedepends="$depends_dev bison flex linux-headers linux-pam-dev fts-dev"
install=""
options="suid"
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools $pkgname-pam"