~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

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

Jonathan Curran <jonathan@curran.in>
Details
Message ID
<1441762244-21200-1-git-send-email-jonathan@curran.in>
Sender timestamp
1441762244
DKIM signature
missing
Download raw message
Patch: +2 -2
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
---
Reply to thread Export thread (mbox)