summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2019-02-11 11:17:44 -0500
committerBrian Evans <grknight@gentoo.org>2019-02-11 11:17:44 -0500
commitf67ddb72b4bf2b69b50fd3d4e0cdc39e37ca6782 (patch)
tree78b44d7d3d77fe01606a7412ab1d39546982be99 /games-server
parentwww-client/vivaldi: Stable for AMD64 x86 too. (diff)
downloadgentoo-f67ddb72b4bf2b69b50fd3d4e0cdc39e37ca6782.tar.gz
gentoo-f67ddb72b4bf2b69b50fd3d4e0cdc39e37ca6782.tar.bz2
gentoo-f67ddb72b4bf2b69b50fd3d4e0cdc39e37ca6782.zip
games-server/pvpgn: Revbump for dependency change
Non-maintainer commit Closes: https://bugs.gentoo.org/665896 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'games-server')
-rw-r--r--games-server/pvpgn/pvpgn-1.8.5-r2.ebuild (renamed from games-server/pvpgn/pvpgn-1.8.5-r1.ebuild)6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-server/pvpgn/pvpgn-1.8.5-r1.ebuild b/games-server/pvpgn/pvpgn-1.8.5-r2.ebuild
index 2ec880c5c21c..67ba4ceed177 100644
--- a/games-server/pvpgn/pvpgn-1.8.5-r1.ebuild
+++ b/games-server/pvpgn/pvpgn-1.8.5-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit eutils games
+inherit epatch games
SUPPORTP="${PN}-support-1.3"
DESCRIPTION="A gaming server for Battle.Net compatible clients"
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="mysql postgres"
-DEPEND="mysql? ( virtual/mysql )
+DEPEND="mysql? ( dev-db/mysql-connector-c:0= )
postgres? ( dev-db/postgresql[server] )"
RDEPEND=${DEPEND}