diff options
author | 2014-11-06 05:54:09 +0000 | |
---|---|---|
committer | 2014-11-06 05:54:09 +0000 | |
commit | 76b1f2ab01c7457508794404b124d9abd3d129b1 (patch) | |
tree | 222e87a37bbb9de27df83b68a9b704dea7641a19 /games-strategy | |
parent | Depend on libltdl rather than libtool by default #528294 by Pacho Ramos. (diff) | |
download | gentoo-2-76b1f2ab01c7457508794404b124d9abd3d129b1.tar.gz gentoo-2-76b1f2ab01c7457508794404b124d9abd3d129b1.tar.bz2 gentoo-2-76b1f2ab01c7457508794404b124d9abd3d129b1.zip |
Depend on libltdl rather than libtool #528294 by Pacho Ramos.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/freeciv/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/freeciv/freeciv-2.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/freeciv/ChangeLog b/games-strategy/freeciv/ChangeLog index 843c4ceda25d..414ef210d4de 100644 --- a/games-strategy/freeciv/ChangeLog +++ b/games-strategy/freeciv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/freeciv # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.156 2014/11/03 12:45:42 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.157 2014/11/06 05:54:09 vapier Exp $ + + 06 Nov 2014; Mike Frysinger <vapier@gentoo.org> freeciv-2.4.3.ebuild: + Depend on libltdl rather than libtool #528294 by Pacho Ramos. 03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> freeciv-2.4.3.ebuild: Update PostgreSQL dependencies and/or checks to virtual/postgresql. diff --git a/games-strategy/freeciv/freeciv-2.4.3.ebuild b/games-strategy/freeciv/freeciv-2.4.3.ebuild index 9ae8f1a844b3..e0702986488a 100644 --- a/games-strategy/freeciv/freeciv-2.4.3.ebuild +++ b/games-strategy/freeciv/freeciv-2.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.4.3.ebuild,v 1.2 2014/11/03 12:45:42 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.4.3.ebuild,v 1.3 2014/11/06 05:54:09 vapier Exp $ # FIXME: gtk3 support breaks ggz support @@ -28,7 +28,7 @@ RDEPEND="app-arch/bzip2 !mysql? ( !postgres? ( !sqlite? ( virtual/mysql ) ) ) ) readline? ( sys-libs/readline:0 ) - dedicated? ( aimodules? ( sys-devel/libtool:2 ) ) + dedicated? ( aimodules? ( dev-libs/libltdl:0 ) ) !dedicated? ( media-libs/libpng:0 ggz? ( games-board/ggz-gtk-client ) |