diff options
author | Sebastian Pipping <sping@gentoo.org> | 2012-03-03 01:28:03 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2012-03-03 01:28:03 +0000 |
commit | 58157e9e18a44574a92fc68c17a9930010154c5f (patch) | |
tree | 007c21ff0e95082b482c5e1148dfb41191b02076 /games-action | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-58157e9e18a44574a92fc68c17a9930010154c5f.tar.gz gentoo-2-58157e9e18a44574a92fc68c17a9930010154c5f.tar.bz2 gentoo-2-58157e9e18a44574a92fc68c17a9930010154c5f.zip |
games-action/openlierox: Fix GD dependency (bug #406671)
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'games-action')
5 files changed, 20 insertions, 14 deletions
diff --git a/games-action/openlierox/ChangeLog b/games-action/openlierox/ChangeLog index 125493940743..a028c78006f5 100644 --- a/games-action/openlierox/ChangeLog +++ b/games-action/openlierox/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-action/openlierox -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/openlierox/ChangeLog,v 1.9 2011/07/28 21:25:51 sping Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/openlierox/ChangeLog,v 1.10 2012/03/03 01:28:03 sping Exp $ + + 03 Mar 2012; Sebastian Pipping <sping@gentoo.org> + openlierox-0.58_beta9-r1.ebuild, openlierox-0.58_rc1.ebuild, + openlierox-0.58_rc1-r1.ebuild, openlierox-0.58_rc3.ebuild: + Ensure JPEG support from GD. Patch and report by Piotr Szymaniak (bug + #406671) *openlierox-0.58_rc3 (28 Jul 2011) diff --git a/games-action/openlierox/openlierox-0.58_beta9-r1.ebuild b/games-action/openlierox/openlierox-0.58_beta9-r1.ebuild index 64d63df1fdce..03f8158d295c 100644 --- a/games-action/openlierox/openlierox-0.58_beta9-r1.ebuild +++ b/games-action/openlierox/openlierox-0.58_beta9-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/openlierox/openlierox-0.58_beta9-r1.ebuild,v 1.4 2010/03/09 12:34:56 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/openlierox/openlierox-0.58_beta9-r1.ebuild,v 1.5 2012/03/03 01:28:03 sping Exp $ EAPI="2" @@ -19,7 +19,7 @@ IUSE="X breakpad debug joystick" RDEPEND="media-libs/sdl-mixer media-libs/sdl-image - media-libs/gd[png] + media-libs/gd[jpeg,png] dev-libs/libxml2 dev-libs/libzip net-misc/curl diff --git a/games-action/openlierox/openlierox-0.58_rc1-r1.ebuild b/games-action/openlierox/openlierox-0.58_rc1-r1.ebuild index ef2825b0b891..1ba8e6553dfc 100644 --- a/games-action/openlierox/openlierox-0.58_rc1-r1.ebuild +++ b/games-action/openlierox/openlierox-0.58_rc1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/openlierox/openlierox-0.58_rc1-r1.ebuild,v 1.2 2011/07/25 04:15:06 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/openlierox/openlierox-0.58_rc1-r1.ebuild,v 1.3 2012/03/03 01:28:03 sping Exp $ EAPI="2" @@ -19,7 +19,7 @@ IUSE="X breakpad debug joystick" RDEPEND="media-libs/sdl-mixer media-libs/sdl-image - media-libs/gd[png] + media-libs/gd[jpeg,png] dev-libs/libxml2 dev-libs/libzip net-misc/curl diff --git a/games-action/openlierox/openlierox-0.58_rc1.ebuild b/games-action/openlierox/openlierox-0.58_rc1.ebuild index 6d96500938bd..96f4c2679514 100644 --- a/games-action/openlierox/openlierox-0.58_rc1.ebuild +++ b/games-action/openlierox/openlierox-0.58_rc1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/openlierox/openlierox-0.58_rc1.ebuild,v 1.3 2010/05/27 17:56:34 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/openlierox/openlierox-0.58_rc1.ebuild,v 1.4 2012/03/03 01:28:03 sping Exp $ EAPI="2" @@ -19,7 +19,7 @@ IUSE="X breakpad debug joystick" RDEPEND="media-libs/sdl-mixer media-libs/sdl-image - media-libs/gd[png] + media-libs/gd[jpeg,png] dev-libs/libxml2 dev-libs/libzip net-misc/curl diff --git a/games-action/openlierox/openlierox-0.58_rc3.ebuild b/games-action/openlierox/openlierox-0.58_rc3.ebuild index 22763b22fd08..cc63bafb8967 100644 --- a/games-action/openlierox/openlierox-0.58_rc3.ebuild +++ b/games-action/openlierox/openlierox-0.58_rc3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/openlierox/openlierox-0.58_rc3.ebuild,v 1.1 2011/07/28 21:25:51 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/openlierox/openlierox-0.58_rc3.ebuild,v 1.2 2012/03/03 01:28:03 sping Exp $ EAPI="2" @@ -19,7 +19,7 @@ IUSE="X breakpad debug joystick" RDEPEND="media-libs/sdl-mixer media-libs/sdl-image - media-libs/gd[png] + media-libs/gd[jpeg,png] dev-libs/libxml2 dev-libs/libzip net-misc/curl |