summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2019-02-24 15:42:26 -0500
committerBrian Evans <grknight@gentoo.org>2019-02-24 15:42:26 -0500
commit92128074a8022460f0f8137a51ddf771318a042e (patch)
tree6be00d4617d94907cde86dba3bfe41bf7795ac48
parentsys-apps/kmod: arm stable, bug #677942 (diff)
downloadgentoo-92128074.tar.gz
gentoo-92128074.tar.bz2
gentoo-92128074.zip
games-strategy/freeciv: Revbump for dependency change
Non-maintainer commit Closes: https://bugs.gentoo.org/665898 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Brian Evans <grknight@gentoo.org>
-rw-r--r--games-strategy/freeciv/freeciv-2.5.11-r1.ebuild (renamed from games-strategy/freeciv/freeciv-2.5.11.ebuild)6
-rw-r--r--games-strategy/freeciv/freeciv-2.6.0-r1.ebuild (renamed from games-strategy/freeciv/freeciv-2.6.0.ebuild)4
2 files changed, 5 insertions, 5 deletions
diff --git a/games-strategy/freeciv/freeciv-2.5.11.ebuild b/games-strategy/freeciv/freeciv-2.5.11-r1.ebuild
index 149823db3192..4d18546bd9fb 100644
--- a/games-strategy/freeciv/freeciv-2.5.11.ebuild
+++ b/games-strategy/freeciv/freeciv-2.5.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -19,9 +19,9 @@ RDEPEND="app-arch/bzip2
net-misc/curl
sys-libs/zlib
auth? (
- mysql? ( virtual/mysql )
+ mysql? ( dev-db/mysql-connector-c:0= )
sqlite? ( dev-db/sqlite:3 )
- !mysql? ( ( !sqlite? ( virtual/mysql ) ) )
+ !mysql? ( ( !sqlite? ( dev-db/mysql-connector-c:0= ) ) )
)
readline? ( sys-libs/readline:0= )
dedicated? ( aimodules? ( dev-libs/libltdl:0 ) )
diff --git a/games-strategy/freeciv/freeciv-2.6.0.ebuild b/games-strategy/freeciv/freeciv-2.6.0-r1.ebuild
index 1debea6e4249..764443f246c5 100644
--- a/games-strategy/freeciv/freeciv-2.6.0.ebuild
+++ b/games-strategy/freeciv/freeciv-2.6.0-r1.ebuild
@@ -34,8 +34,8 @@ DEPEND="
net-misc/curl
sys-libs/zlib
auth? (
- !mysql? ( ( !sqlite? ( virtual/mysql ) ) )
- mysql? ( virtual/mysql )
+ !mysql? ( ( !sqlite? ( dev-db/mysql-connector-c:0= ) ) )
+ mysql? ( dev-db/mysql-connector-c:0= )
sqlite? ( dev-db/sqlite:3 )
)
dedicated? ( aimodules? ( dev-libs/libltdl:0 ) )