diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-02-08 11:01:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-02-08 11:01:21 +0000 |
commit | d4c29909a98bd939bf6443fcc7e8d1613ffc3a61 (patch) | |
tree | 35568d820a8773b7357314cb72e5ba13dca28350 /main/lxc | |
parent | ff5118214cffcaadc07a4a6f2395f0c62528af49 (diff) | |
download | aports-d4c29909a98bd939bf6443fcc7e8d1613ffc3a61.tar.bz2 aports-d4c29909a98bd939bf6443fcc7e8d1613ffc3a61.tar.xz |
main/lxc: needs bash for now
Diffstat (limited to 'main/lxc')
-rw-r--r-- | main/lxc/APKBUILD | 4 |
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="" |