diff options
author | Kevin McCarthy <signals@gentoo.org> | 2011-02-25 18:34:12 +0000 |
---|---|---|
committer | Kevin McCarthy <signals@gentoo.org> | 2011-02-25 18:34:12 +0000 |
commit | 0a09394c7afdc69883a9cf7e981dd5ae457eca87 (patch) | |
tree | c15922181209a439f2b960b50727baa57036ecce /dev-games | |
parent | depend virtual/jpeg (diff) | |
download | gentoo-2-0a09394c7afdc69883a9cf7e981dd5ae457eca87.tar.gz gentoo-2-0a09394c7afdc69883a9cf7e981dd5ae457eca87.tar.bz2 gentoo-2-0a09394c7afdc69883a9cf7e981dd5ae457eca87.zip |
depend virtual/jpeg
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/crystalspace/ChangeLog | 8 | ||||
-rw-r--r-- | dev-games/crystalspace/crystalspace-1.2.1.ebuild | 6 | ||||
-rw-r--r-- | dev-games/crystalspace/crystalspace-1.4.0.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-games/crystalspace/ChangeLog b/dev-games/crystalspace/ChangeLog index 0fcf1b08d6dc..96040a896d79 100644 --- a/dev-games/crystalspace/ChangeLog +++ b/dev-games/crystalspace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-games/crystalspace -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.49 2010/11/10 16:42:06 mr_bones_ Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.50 2011/02/25 18:34:11 signals Exp $ + + 25 Feb 2011; Kevin McCarthy <signals@gentoo.org> crystalspace-1.2.1.ebuild, + crystalspace-1.4.0.ebuild: + Updated depends from media-libs/jpeg to virtual/jpeg 10 Nov 2010; Michael Sterrett <mr_bones_@gentoo.org> crystalspace-1.4.0.ebuild: diff --git a/dev-games/crystalspace/crystalspace-1.2.1.ebuild b/dev-games/crystalspace/crystalspace-1.2.1.ebuild index a8f8eb3451a9..832457373126 100644 --- a/dev-games/crystalspace/crystalspace-1.2.1.ebuild +++ b/dev-games/crystalspace/crystalspace-1.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.2.1.ebuild,v 1.5 2010/09/17 10:56:51 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.2.1.ebuild,v 1.6 2011/02/25 18:34:12 signals Exp $ EAPI=2 inherit eutils flag-o-matic multilib wxwidgets @@ -20,7 +20,7 @@ RDEPEND="virtual/opengl cg? ( media-gfx/nvidia-cg-toolkit ) ode? ( dev-games/ode ) cal3d? ( >=media-libs/cal3d-0.11 ) - jpeg? ( media-libs/jpeg ) + jpeg? ( virtual/jpeg ) sdl? ( media-libs/libsdl ) vorbis? ( media-libs/libogg media-libs/libvorbis ) diff --git a/dev-games/crystalspace/crystalspace-1.4.0.ebuild b/dev-games/crystalspace/crystalspace-1.4.0.ebuild index de56f4e37f4c..fa89d37f4e5b 100644 --- a/dev-games/crystalspace/crystalspace-1.4.0.ebuild +++ b/dev-games/crystalspace/crystalspace-1.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v 1.7 2010/11/10 16:42:06 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v 1.8 2011/02/25 18:34:11 signals Exp $ EAPI=2 inherit eutils flag-o-matic multilib java-pkg-opt-2 autotools wxwidgets versionator @@ -25,7 +25,7 @@ COMMON_DEP="virtual/opengl cg? ( media-gfx/nvidia-cg-toolkit ) ode? ( dev-games/ode ) cal3d? ( >=media-libs/cal3d-0.11 ) - jpeg? ( media-libs/jpeg ) + jpeg? ( virtual/jpeg ) bullet? ( sci-physics/bullet ) sdl? ( media-libs/libsdl ) vorbis? ( media-libs/libvorbis ) |