diff options
author | Sam James <sam@gentoo.org> | 2021-06-30 19:40:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-30 19:40:05 +0100 |
commit | 886f4121130565cb2a7bd799308f0edaea4cd15d (patch) | |
tree | 7594f159bab997678e5acc77be58051f1f39e5d3 | |
parent | games-mud/circlemud: add missing libcrypt dependency, EAPI 8 (diff) | |
download | gentoo-886f4121130565cb2a7bd799308f0edaea4cd15d.tar.gz gentoo-886f4121130565cb2a7bd799308f0edaea4cd15d.tar.bz2 gentoo-886f4121130565cb2a7bd799308f0edaea4cd15d.zip |
dev-vcs/cvs: add missing libcrypt dependency
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-vcs/cvs/cvs-1.12.12-r14.ebuild (renamed from dev-vcs/cvs/cvs-1.12.12-r13.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-vcs/cvs/cvs-1.12.12-r13.ebuild b/dev-vcs/cvs/cvs-1.12.12-r14.ebuild index a2a40c346069..3da8f4ec91e3 100644 --- a/dev-vcs/cvs/cvs-1.12.12-r13.ebuild +++ b/dev-vcs/cvs/cvs-1.12.12-r14.ebuild @@ -22,7 +22,8 @@ RESTRICT="test" DEPEND=">=sys-libs/zlib-1.1.4 kerberos? ( virtual/krb5 ) - pam? ( sys-libs/pam )" + pam? ( sys-libs/pam ) + server? ( virtual/libcrypt:= )" RDEPEND="${DEPEND}" src_unpack() { |