Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs/
Date: Wed, 30 Jun 2021 18:40:53
Message-Id: 1625078405.886f4121130565cb2a7bd799308f0edaea4cd15d.sam@gentoo
1 commit: 886f4121130565cb2a7bd799308f0edaea4cd15d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 30 18:40:05 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 30 18:40:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=886f4121
7
8 dev-vcs/cvs: add missing libcrypt dependency
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-vcs/cvs/{cvs-1.12.12-r13.ebuild => cvs-1.12.12-r14.ebuild} | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-vcs/cvs/cvs-1.12.12-r13.ebuild b/dev-vcs/cvs/cvs-1.12.12-r14.ebuild
16 similarity index 98%
17 rename from dev-vcs/cvs/cvs-1.12.12-r13.ebuild
18 rename to dev-vcs/cvs/cvs-1.12.12-r14.ebuild
19 index a2a40c34606..3da8f4ec91e 100644
20 --- a/dev-vcs/cvs/cvs-1.12.12-r13.ebuild
21 +++ b/dev-vcs/cvs/cvs-1.12.12-r14.ebuild
22 @@ -22,7 +22,8 @@ RESTRICT="test"
23
24 DEPEND=">=sys-libs/zlib-1.1.4
25 kerberos? ( virtual/krb5 )
26 - pam? ( sys-libs/pam )"
27 + pam? ( sys-libs/pam )
28 + server? ( virtual/libcrypt:= )"
29 RDEPEND="${DEPEND}"
30
31 src_unpack() {