games-server/pvpgn: Revbump for dependency change
authorBrian Evans <grknight@gentoo.org>
Mon, 11 Feb 2019 16:17:44 +0000 (11:17 -0500)
committerBrian Evans <grknight@gentoo.org>
Mon, 11 Feb 2019 16:17:44 +0000 (11:17 -0500)
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>
games-server/pvpgn/pvpgn-1.8.5-r2.ebuild [moved from games-server/pvpgn/pvpgn-1.8.5-r1.ebuild with 95% similarity]

similarity index 95%
rename from games-server/pvpgn/pvpgn-1.8.5-r1.ebuild
rename to games-server/pvpgn/pvpgn-1.8.5-r2.ebuild
index 2ec880c5c21c679a2ce8f2922210a9badb53366f..67ba4ceed177dc1394af6868748843acc0696264 100644 (file)
@@ -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}