diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-02-10 22:53:48 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-02-10 22:56:22 +0200 |
commit | 2096f071a360122bbe8abff72fada63fda2faa22 (patch) | |
tree | 664bed83b5ebec6f41784ff7983457fde052b7ed /community/ecryptfs-utils | |
parent | ee66511cf98f8e1ac30f4503d807bfb746ee64f5 (diff) | |
download | aports-2096f071a360122bbe8abff72fada63fda2faa22.tar.bz2 aports-2096f071a360122bbe8abff72fada63fda2faa22.tar.xz |
community/ecryptfs-tools: fix run time dependencies
$ ecryptfs-mount-private
/usr/bin/ecryptfs-mount-private: line 19: gettext: not found
$ ecryptfs-umount-private
/usr/bin/ecryptfs-umount-private: line 27: keyctl: not found
Diffstat (limited to 'community/ecryptfs-utils')
-rw-r--r-- | community/ecryptfs-utils/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ecryptfs-utils/APKBUILD b/community/ecryptfs-utils/APKBUILD index 68d1c39ed5..580794bf00 100644 --- a/community/ecryptfs-utils/APKBUILD +++ b/community/ecryptfs-utils/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=ecryptfs-utils pkgver=111 -pkgrel=2 +pkgrel=3 pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux" -url="https://launchpad.net/ecryptfs" +url="http://ecryptfs.org/" arch="all" license="GPL" -depends="cryptsetup rsync" +depends="cryptsetup keyutils gettext rsync" depends_dev="keyutils-dev linux-pam-dev nss-dev linux-headers" makedepends="$depends_dev swig intltool gettext python2-dev perl-dev" install="" |