vapier 14/11/06 05:54:09 Modified: freeciv-2.4.3.ebuild ChangeLog Log: 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)
Revision Changes Path 1.3 games-strategy/freeciv/freeciv-2.4.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.4.3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.4.3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.4.3.ebuild?r1=1.2&r2=1.3 Index: freeciv-2.4.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.4.3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- freeciv-2.4.3.ebuild 3 Nov 2014 12:45:42 -0000 1.2 +++ freeciv-2.4.3.ebuild 6 Nov 2014 05:54:09 -0000 1.3 @@ -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 @@ !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 ) 1.157 games-strategy/freeciv/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.157&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.157&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?r1=1.156&r2=1.157 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v retrieving revision 1.156 retrieving revision 1.157 diff -u -r1.156 -r1.157 --- ChangeLog 3 Nov 2014 12:45:42 -0000 1.156 +++ ChangeLog 6 Nov 2014 05:54:09 -0000 1.157 @@ -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 <vap...@gentoo.org> freeciv-2.4.3.ebuild: + Depend on libltdl rather than libtool #528294 by Pacho Ramos. 03 Nov 2014; Aaron W. Swenson <titanof...@gentoo.org> freeciv-2.4.3.ebuild: Update PostgreSQL dependencies and/or checks to virtual/postgresql.