diff options
author | 2014-11-03 12:45:42 +0000 | |
---|---|---|
committer | 2014-11-03 12:45:42 +0000 | |
commit | e21901992e7c896557e1bb9b8611dbcaa55fcb30 (patch) | |
tree | 0ed4cb5a92f677eeff1e4090de26eb67a31798bf /games-strategy/freeciv | |
parent | Update PostgreSQL dependencies and/or checks to virtual/postgresql. (diff) | |
download | gentoo-2-e21901992e7c896557e1bb9b8611dbcaa55fcb30.tar.gz gentoo-2-e21901992e7c896557e1bb9b8611dbcaa55fcb30.tar.bz2 gentoo-2-e21901992e7c896557e1bb9b8611dbcaa55fcb30.zip |
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)
Diffstat (limited to 'games-strategy/freeciv')
-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 5342af1c88db..843c4ceda25d 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.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 <titanofold@gentoo.org> freeciv-2.4.3.ebuild: + Update PostgreSQL dependencies and/or checks to virtual/postgresql. 27 Oct 2014; Michael Sterrett <mr_bones_@gentoo.org> -files/freeciv-2.4.2-as-needed.patch, -freeciv-2.4.2.ebuild: diff --git a/games-strategy/freeciv/freeciv-2.4.3.ebuild b/games-strategy/freeciv/freeciv-2.4.3.ebuild index 291bbc7ab2c2..9ae8f1a844b3 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.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 @@ RDEPEND="app-arch/bzip2 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 ) ) ) ) |