diff options
-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 414ef210d4de..bf7642bf8a08 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.157 2014/11/06 05:54:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.158 2014/12/28 15:48:56 titanofold Exp $ + + 28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org> freeciv-2.4.3.ebuild: + Rename virtual/postgresql to dev-db/postgresql 06 Nov 2014; Mike Frysinger <vapier@gentoo.org> freeciv-2.4.3.ebuild: Depend on libltdl rather than libtool #528294 by Pacho Ramos. diff --git a/games-strategy/freeciv/freeciv-2.4.3.ebuild b/games-strategy/freeciv/freeciv-2.4.3.ebuild index e0702986488a..87f9797ee6e1 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.3 2014/11/06 05:54:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.4.3.ebuild,v 1.4 2014/12/28 15:48:56 titanofold Exp $ # FIXME: gtk3 support breaks ggz support @@ -23,7 +23,7 @@ RDEPEND="app-arch/bzip2 sys-libs/zlib auth? ( mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql ) + postgres? ( dev-db/postgresql ) sqlite? ( dev-db/sqlite:3 ) !mysql? ( !postgres? ( !sqlite? ( virtual/mysql ) ) ) ) |