titanofold 14/11/03 12:45:42 Modified: freeciv-2.4.3.ebuild ChangeLog Log: Update PostgreSQL dependencies and/or checks to virtual/postgresql. (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Revision Changes Path 1.2 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.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.4.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.4.3.ebuild?r1=1.1&r2=1.2 Index: freeciv-2.4.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.4.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- freeciv-2.4.3.ebuild 6 Oct 2014 04:39:54 -0000 1.1 +++ freeciv-2.4.3.ebuild 3 Nov 2014 12:45:42 -0000 1.2 @@ -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.1 2014/10/06 04:39:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.4.3.ebuild,v 1.2 2014/11/03 12:45:42 titanofold Exp $ # FIXME: gtk3 support breaks ggz support @@ -23,7 +23,7 @@ sys-libs/zlib auth? ( mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql-base ) + postgres? ( virtual/postgresql ) sqlite? ( dev-db/sqlite:3 ) !mysql? ( !postgres? ( !sqlite? ( virtual/mysql ) ) ) ) 1.156 games-strategy/freeciv/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.156&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.156&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?r1=1.155&r2=1.156 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v retrieving revision 1.155 retrieving revision 1.156 diff -u -r1.155 -r1.156 --- ChangeLog 27 Oct 2014 18:52:41 -0000 1.155 +++ ChangeLog 3 Nov 2014 12:45:42 -0000 1.156 @@ -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.155 2014/10/27 18:52:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.156 2014/11/03 12:45:42 titanofold Exp $ + + 03 Nov 2014; Aaron W. Swenson <[email protected]> freeciv-2.4.3.ebuild: + Update PostgreSQL dependencies and/or checks to virtual/postgresql. 27 Oct 2014; Michael Sterrett <[email protected]> -files/freeciv-2.4.2-as-needed.patch, -freeciv-2.4.2.ebuild:
