Skip to content

Commit

Permalink
games-server/pvpgn: fix MissingSlotDep for postgresql
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 9, 2021
1 parent e2431ed commit 72f3937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ IUSE="mysql postgres"

DEPEND="
mysql? ( dev-db/mysql-connector-c:0= )
postgres? ( dev-db/postgresql[server] )
postgres? ( dev-db/postgresql:*[server] )
"
RDEPEND="
${DEPEND}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ IUSE="mysql odbc postgres sqlite"
DEPEND="
mysql? ( dev-db/mysql-connector-c:0= )
odbc? ( dev-db/libiodbc )
postgres? ( dev-db/postgresql[server] )
postgres? ( dev-db/postgresql:*[server] )
sqlite? ( dev-db/sqlite )
"
RDEPEND="
Expand Down

0 comments on commit 72f3937

Please sign in to comment.