diff options
author | Sam James <sam@gentoo.org> | 2020-08-17 01:05:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-17 01:05:17 +0000 |
commit | 3a5bbd6688f9ca052bf5506b42113626ad46f043 (patch) | |
tree | f4f2f9a61c205cdeca045e489f0aced2428ca862 /sys-fs/ecryptfs-utils/ecryptfs-utils-111_p20170609-r1.ebuild | |
parent | dev-perl/DateTime-Format-Builder: Bump to version 0.830.0 (diff) | |
download | gentoo-3a5bbd6688f9ca052bf5506b42113626ad46f043.tar.gz gentoo-3a5bbd6688f9ca052bf5506b42113626ad46f043.tar.bz2 gentoo-3a5bbd6688f9ca052bf5506b42113626ad46f043.zip |
sys-fs/ecryptfs-utils: add missing dep
Closes: https://bugs.gentoo.org/715938
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/ecryptfs-utils/ecryptfs-utils-111_p20170609-r1.ebuild')
-rw-r--r-- | sys-fs/ecryptfs-utils/ecryptfs-utils-111_p20170609-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-fs/ecryptfs-utils/ecryptfs-utils-111_p20170609-r1.ebuild b/sys-fs/ecryptfs-utils/ecryptfs-utils-111_p20170609-r1.ebuild index 10553c846c2f..855dfb66132b 100644 --- a/sys-fs/ecryptfs-utils/ecryptfs-utils-111_p20170609-r1.ebuild +++ b/sys-fs/ecryptfs-utils/ecryptfs-utils-111_p20170609-r1.ebuild @@ -34,7 +34,10 @@ RDEPEND=" >=dev-libs/pkcs11-helper-1.04 ) tpm? ( app-crypt/trousers )" -DEPEND="${RDEPEND}" +DEPEND=" + ${RDEPEND} + dev-libs/glib:2 +" pkg_setup() { CONFIG_CHECK="~ECRYPT_FS" |