commit: 3a5bbd6688f9ca052bf5506b42113626ad46f043 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Aug 17 01:05:12 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Aug 17 01:05:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a5bbd66
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 <AT> gentoo.org> sys-fs/ecryptfs-utils/ecryptfs-utils-111_p20170609-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 10553c846c2..855dfb66132 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"
