diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-09-19 13:36:23 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-09-19 15:09:27 +0200 |
commit | a4ef4067ce1d554a8dfaeb9a575f18ed17173e1c (patch) | |
tree | 92d1381a5017a46e197527c2685649b85539d6ad /games-strategy | |
parent | games-strategy/freeciv: Bump to version 2.5.5 (bug #590454). (diff) | |
download | gentoo-a4ef4067ce1d554a8dfaeb9a575f18ed17173e1c.tar.gz gentoo-a4ef4067ce1d554a8dfaeb9a575f18ed17173e1c.tar.bz2 gentoo-a4ef4067ce1d554a8dfaeb9a575f18ed17173e1c.zip |
games-strategy/freeciv: Added sub-slot dependency for sys-libs/readline.
Package-Manager: portage-2.3.1
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/freeciv/freeciv-2.5.3.ebuild | 4 | ||||
-rw-r--r-- | games-strategy/freeciv/freeciv-2.5.4.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games-strategy/freeciv/freeciv-2.5.3.ebuild b/games-strategy/freeciv/freeciv-2.5.3.ebuild index 7d267ed703ba..d445a4f21084 100644 --- a/games-strategy/freeciv/freeciv-2.5.3.ebuild +++ b/games-strategy/freeciv/freeciv-2.5.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,7 +24,7 @@ RDEPEND="app-arch/bzip2 sqlite? ( dev-db/sqlite:3 ) !mysql? ( ( !sqlite? ( virtual/mysql ) ) ) ) - readline? ( sys-libs/readline:0 ) + readline? ( sys-libs/readline:0= ) dedicated? ( aimodules? ( dev-libs/libltdl:0 ) ) !dedicated? ( media-libs/libpng:0 diff --git a/games-strategy/freeciv/freeciv-2.5.4.ebuild b/games-strategy/freeciv/freeciv-2.5.4.ebuild index 37c7ec6c934a..4b8b2b4c0b06 100644 --- a/games-strategy/freeciv/freeciv-2.5.4.ebuild +++ b/games-strategy/freeciv/freeciv-2.5.4.ebuild @@ -24,7 +24,7 @@ RDEPEND="app-arch/bzip2 sqlite? ( dev-db/sqlite:3 ) !mysql? ( ( !sqlite? ( virtual/mysql ) ) ) ) - readline? ( sys-libs/readline:0 ) + readline? ( sys-libs/readline:0= ) dedicated? ( aimodules? ( dev-libs/libltdl:0 ) ) !dedicated? ( media-libs/libpng:0 |