diff options
author | 2022-10-08 13:16:23 +0100 | |
---|---|---|
committer | 2022-10-08 13:17:43 +0100 | |
commit | 0ac41626feacd80d17b43008a6590eea5be1f40e (patch) | |
tree | c1129227b852ba5b8bf22ebb39de8824d111ac13 /net-libs/cvm/cvm-0.97-r2.ebuild | |
parent | net-mail/tpop3d: fix MissingSlotDep on postgresql (diff) | |
download | gentoo-0ac41626feacd80d17b43008a6590eea5be1f40e.tar.gz gentoo-0ac41626feacd80d17b43008a6590eea5be1f40e.tar.bz2 gentoo-0ac41626feacd80d17b43008a6590eea5be1f40e.zip |
fixup! net-libs/cvm: fix MissingSlotDep on postgresql
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/cvm/cvm-0.97-r2.ebuild')
-rw-r--r-- | net-libs/cvm/cvm-0.97-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/cvm/cvm-0.97-r2.ebuild b/net-libs/cvm/cvm-0.97-r2.ebuild index 09087fabb5d8..5100f089059d 100644 --- a/net-libs/cvm/cvm-0.97-r2.ebuild +++ b/net-libs/cvm/cvm-0.97-r2.ebuild @@ -19,7 +19,7 @@ RDEPEND="dev-db/cdb:= >=dev-libs/bglibs-2.04:0= virtual/libcrypt:= mysql? ( dev-db/mysql-connector-c:0= ) - postgres? ( dev-db/postgresql[server] ) + postgres? ( dev-db/postgresql:*[server] ) vpopmail? ( net-mail/vpopmail )" DEPEND="${RDEPEND} test? ( |