diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-10-09 06:03:40 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-10-09 06:03:40 +0000 |
commit | 25b0e79048cc5d888649844e8cc41bf0f95a3628 (patch) | |
tree | f1a2d54c38496486a0e2849b3befadca39ca779f /games-strategy/wormux | |
parent | eautoreconf for bug #239721 (diff) | |
download | gentoo-2-25b0e79048cc5d888649844e8cc41bf0f95a3628.tar.gz gentoo-2-25b0e79048cc5d888649844e8cc41bf0f95a3628.tar.bz2 gentoo-2-25b0e79048cc5d888649844e8cc41bf0f95a3628.zip |
Add media-libs/libpng dependency, bug #239704
(Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 x86_64)
Diffstat (limited to 'games-strategy/wormux')
-rw-r--r-- | games-strategy/wormux/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/wormux/wormux-0.8.1.ebuild | 3 | ||||
-rw-r--r-- | games-strategy/wormux/wormux-0.8.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/games-strategy/wormux/ChangeLog b/games-strategy/wormux/ChangeLog index fa8ed9391194..e7bc649b7161 100644 --- a/games-strategy/wormux/ChangeLog +++ b/games-strategy/wormux/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/wormux # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/ChangeLog,v 1.24 2008/09/20 13:12:44 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/ChangeLog,v 1.25 2008/10/09 06:03:40 nyhm Exp $ + + 09 Oct 2008; Tristan Heaven <nyhm@gentoo.org> wormux-0.8.ebuild, + wormux-0.8.1.ebuild: + Add media-libs/libpng dependency, bug #239704 20 Sep 2008; Markus Meier <maekke@gentoo.org> wormux-0.8.ebuild: x86 stable, bug #232703 diff --git a/games-strategy/wormux/wormux-0.8.1.ebuild b/games-strategy/wormux/wormux-0.8.1.ebuild index fc208c0c8cde..1862f4f3dc42 100644 --- a/games-strategy/wormux/wormux-0.8.1.ebuild +++ b/games-strategy/wormux/wormux-0.8.1.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/wormux/wormux-0.8.1.ebuild,v 1.1 2008/09/17 19:29:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/wormux-0.8.1.ebuild,v 1.2 2008/10/09 06:03:40 nyhm Exp $ inherit autotools eutils games @@ -19,6 +19,7 @@ RDEPEND="media-libs/libsdl media-libs/sdl-ttf media-libs/sdl-net media-libs/sdl-gfx + media-libs/libpng net-misc/curl media-fonts/dejavu >=dev-cpp/libxmlpp-2.6 diff --git a/games-strategy/wormux/wormux-0.8.ebuild b/games-strategy/wormux/wormux-0.8.ebuild index 5731240aabb9..37070ab9fdcf 100644 --- a/games-strategy/wormux/wormux-0.8.ebuild +++ b/games-strategy/wormux/wormux-0.8.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/wormux/wormux-0.8.ebuild,v 1.3 2008/09/20 13:12:44 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/wormux-0.8.ebuild,v 1.4 2008/10/09 06:03:40 nyhm Exp $ inherit autotools eutils games @@ -19,6 +19,7 @@ RDEPEND="media-libs/libsdl media-libs/sdl-ttf media-libs/sdl-net media-libs/sdl-gfx + media-libs/libpng net-misc/curl media-fonts/dejavu >=dev-cpp/libxmlpp-2.6 |