~alpine/aports

testing/libcgroup: fix makedepends v1 PROPOSED

Jonathan Curran: 1
 testing/libcgroup: fix makedepends

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1158/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/libcgroup: fix makedepends Export this patch

makedepends was missing linux-headers
---
 testing/libcgroup/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/libcgroup/APKBUILD b/testing/libcgroup/APKBUILD
index 531d522..4890c7a 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"
-- 
2.4.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---