diff options
Diffstat (limited to 'games-strategy/freeciv')
-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 ) ) |