diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2014-12-28 15:48:56 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2014-12-28 15:48:56 +0000 |
commit | 03cc0dfdf15d4b09969bf2cc28c86c73d6a34c42 (patch) | |
tree | 655c26755b0a7eeaf729e48acceea1f1a8d2ed03 /games-strategy | |
parent | Rename virtual/postgresql to dev-db/postgresql (diff) | |
download | gentoo-2-03cc0dfdf15d4b09969bf2cc28c86c73d6a34c42.tar.gz gentoo-2-03cc0dfdf15d4b09969bf2cc28c86c73d6a34c42.tar.bz2 gentoo-2-03cc0dfdf15d4b09969bf2cc28c86c73d6a34c42.zip |
Rename virtual/postgresql to dev-db/postgresql
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
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 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 ) ) ) ) |