summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-02-08 11:01:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-02-08 11:01:21 +0000
commitd4c29909a98bd939bf6443fcc7e8d1613ffc3a61 (patch)
tree35568d820a8773b7357314cb72e5ba13dca28350 /main
parentff5118214cffcaadc07a4a6f2395f0c62528af49 (diff)
downloadaports-fcolista-d4c29909a98bd939bf6443fcc7e8d1613ffc3a61.tar.bz2
aports-fcolista-d4c29909a98bd939bf6443fcc7e8d1613ffc3a61.tar.xz
main/lxc: needs bash for now
Diffstat (limited to 'main')
-rw-r--r--main/lxc/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lxc/APKBUILD b/main/lxc/APKBUILD
index a0b8e36c14..e30f8a6710 100644
--- a/main/lxc/APKBUILD
+++ b/main/lxc/APKBUILD
@@ -3,12 +3,12 @@
pkgname=lxc
pkgver=0.8.0
_mypkgver=${pkgver/_rc/-rc}
-pkgrel=1
+pkgrel=2
pkgdesc="linux containers - tools"
url="http://lxc.sourceforge.net/"
arch="all"
license="GPL"
-depends=
+depends="bash"
depends_dev="libcap-dev"
makedepends="$depends_dev"
install=""