diff options
-rw-r--r-- | games-strategy/freeciv/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/freeciv/freeciv-2.1.1.ebuild | 5 | ||||
-rw-r--r-- | games-strategy/freeciv/freeciv-2.1.2.ebuild | 3 |
3 files changed, 10 insertions, 4 deletions
diff --git a/games-strategy/freeciv/ChangeLog b/games-strategy/freeciv/ChangeLog index 48d22bea2968..67311dfcf147 100644 --- a/games-strategy/freeciv/ChangeLog +++ b/games-strategy/freeciv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/freeciv # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.67 2008/01/21 06:34:10 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.68 2008/01/21 07:27:04 tupone Exp $ + + 21 Jan 2008; Tupone Alfredo <tupone@gentoo.org> freeciv-2.1.1.ebuild, + freeciv-2.1.2.ebuild: + Adding dependency on libpng. Bug #206426 by Evil Compile Person *freeciv-2.1.2 (21 Jan 2008) diff --git a/games-strategy/freeciv/freeciv-2.1.1.ebuild b/games-strategy/freeciv/freeciv-2.1.1.ebuild index 855ec5f06844..b05d9a3d0c2b 100644 --- a/games-strategy/freeciv/freeciv-2.1.1.ebuild +++ b/games-strategy/freeciv/freeciv-2.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.1.1.ebuild,v 1.3 2007/11/30 22:14:44 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.1.1.ebuild,v 1.4 2008/01/21 07:27:04 tupone Exp $ inherit eutils games @@ -38,6 +38,7 @@ RDEPEND="readline? ( sys-libs/readline ) !sdl? ( x11-libs/libXaw ) ) ) + media-libs/libpng alsa? ( media-libs/alsa-lib media-libs/audiofile diff --git a/games-strategy/freeciv/freeciv-2.1.2.ebuild b/games-strategy/freeciv/freeciv-2.1.2.ebuild index 37ad36487d7c..a1bb0d0e5748 100644 --- a/games-strategy/freeciv/freeciv-2.1.2.ebuild +++ b/games-strategy/freeciv/freeciv-2.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.1.2.ebuild,v 1.1 2008/01/21 06:34:10 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.1.2.ebuild,v 1.2 2008/01/21 07:27:04 tupone Exp $ inherit eutils games @@ -38,6 +38,7 @@ RDEPEND="readline? ( sys-libs/readline ) !sdl? ( x11-libs/libXaw ) ) ) + media-libs/libpng alsa? ( media-libs/alsa-lib media-libs/audiofile |