commit: a97797e1d9ff3752d7b0b00b19a43b859418e0c4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Aug 22 03:10:58 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Aug 22 03:10:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a97797e1
net-mail/popa3d: add missing libcrypt dependency Closes: https://bugs.gentoo.org/809182 Signed-off-by: Sam James <sam <AT> gentoo.org> net-mail/popa3d/{popa3d-1.0.2-r1.ebuild => popa3d-1.0.2-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-mail/popa3d/popa3d-1.0.2-r1.ebuild b/net-mail/popa3d/popa3d-1.0.2-r2.ebuild similarity index 98% rename from net-mail/popa3d/popa3d-1.0.2-r1.ebuild rename to net-mail/popa3d/popa3d-1.0.2-r2.ebuild index 3211b59858e..47383afa0c2 100644 --- a/net-mail/popa3d/popa3d-1.0.2-r1.ebuild +++ b/net-mail/popa3d/popa3d-1.0.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,6 +21,7 @@ REQUIRED_USE="^^ ( maildir mbox )" DEPEND=" acct-group/popa3d acct-user/popa3d + virtual/libcrypt:= pam? ( >=sys-libs/pam-0.72 >=net-mail/mailbase-0.00-r8[pam]
