aboutsummaryrefslogtreecommitdiffstats
path: root/main/lxc
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2015-07-06 14:50:52 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2015-07-07 06:39:49 +0000
commitb337e56c388b2aaecb7e5317874a0c3d192b9497 (patch)
tree9b4a2997fcebeb13022a328c8831a863d2bc6139 /main/lxc
parent30548eb5bbcb5c85090a504192ba9316e9e8bb85 (diff)
downloadaports-b337e56c388b2aaecb7e5317874a0c3d192b9497.tar.bz2
aports-b337e56c388b2aaecb7e5317874a0c3d192b9497.tar.xz
main/lxc: add gzip depends (for lxc-checkconfig)
fixes http://sprunge.us/AjHH (lxc-checkconfig missing zgrep)
Diffstat (limited to 'main/lxc')
-rw-r--r--main/lxc/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lxc/APKBUILD b/main/lxc/APKBUILD
index 95be20b108..2cbf0cdd3e 100644
--- a/main/lxc/APKBUILD
+++ b/main/lxc/APKBUILD
@@ -9,7 +9,7 @@ pkgdesc="linux containers - tools"
url="http://lxc.sourceforge.net/"
arch="all"
license="GPL"
-depends="bash"
+depends="bash gzip"
depends_dev="libcap-dev"
makedepends="$depends_dev lvm2 util-linux automake autoconf libtool lua5.2-dev
linux-headers"