net-libs/cvm: add missing libcrypt dependency, fix RDEPEND

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-06-30 19:39:14 +01:00
parent b26e32367f
commit a67bc3a39f

View File

@@ -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
@@ -16,11 +16,12 @@ IUSE="mysql postgres test vpopmail"
RESTRICT="!test? ( test )"
RDEPEND="dev-db/cdb:=
>=dev-libs/bglibs-2.04:0="
DEPEND="${RDEPEND}
>=dev-libs/bglibs-2.04:0=
virtual/libcrypt:=
mysql? ( dev-db/mysql-connector-c:0= )
postgres? ( dev-db/postgresql[server] )
vpopmail? ( net-mail/vpopmail )
vpopmail? ( net-mail/vpopmail )"
DEPEND="${RDEPEND}
test? (
app-editors/vim
dev-db/sqlite