Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/popa3d/
Date: Sun, 22 Aug 2021 03:17:25
Message-Id: 1629601858.a97797e1d9ff3752d7b0b00b19a43b859418e0c4.sam@gentoo
1 commit: a97797e1d9ff3752d7b0b00b19a43b859418e0c4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 22 03:10:58 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 22 03:10:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a97797e1
7
8 net-mail/popa3d: add missing libcrypt dependency
9
10 Closes: https://bugs.gentoo.org/809182
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-mail/popa3d/{popa3d-1.0.2-r1.ebuild => popa3d-1.0.2-r2.ebuild} | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/net-mail/popa3d/popa3d-1.0.2-r1.ebuild b/net-mail/popa3d/popa3d-1.0.2-r2.ebuild
17 similarity index 98%
18 rename from net-mail/popa3d/popa3d-1.0.2-r1.ebuild
19 rename to net-mail/popa3d/popa3d-1.0.2-r2.ebuild
20 index 3211b59858e..47383afa0c2 100644
21 --- a/net-mail/popa3d/popa3d-1.0.2-r1.ebuild
22 +++ b/net-mail/popa3d/popa3d-1.0.2-r2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -21,6 +21,7 @@ REQUIRED_USE="^^ ( maildir mbox )"
30 DEPEND="
31 acct-group/popa3d
32 acct-user/popa3d
33 + virtual/libcrypt:=
34 pam? (
35 >=sys-libs/pam-0.72
36 >=net-mail/mailbase-0.00-r8[pam]