diff options
author | Kevin McCarthy <signals@gentoo.org> | 2011-02-25 21:39:56 +0000 |
---|---|---|
committer | Kevin McCarthy <signals@gentoo.org> | 2011-02-25 21:39:56 +0000 |
commit | 952a0aa3de53ce70be4346709faae6b4c5f1b037 (patch) | |
tree | 869dbf57258491561ea69358e582285a4df2a498 /games-action/openastromenace | |
parent | old (diff) | |
download | gentoo-2-952a0aa3de53ce70be4346709faae6b4c5f1b037.tar.gz gentoo-2-952a0aa3de53ce70be4346709faae6b4c5f1b037.tar.bz2 gentoo-2-952a0aa3de53ce70be4346709faae6b4c5f1b037.zip |
depend virtual/jpeg
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'games-action/openastromenace')
-rw-r--r-- | games-action/openastromenace/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/openastromenace/openastromenace-1.2.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-action/openastromenace/ChangeLog b/games-action/openastromenace/ChangeLog index cd1e073aafa3..6c986afa8aea 100644 --- a/games-action/openastromenace/ChangeLog +++ b/games-action/openastromenace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/openastromenace -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/openastromenace/ChangeLog,v 1.8 2010/04/11 00:54:28 mr_bones_ Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/openastromenace/ChangeLog,v 1.9 2011/02/25 21:39:56 signals Exp $ + + 25 Feb 2011; Kevin McCarthy <signals@gentoo.org> + openastromenace-1.2.0.ebuild: + Update depends from media-libs/jpeg to virtual/jpeg 11 Apr 2010; Michael Sterrett <mr_bones_@gentoo.org> openastromenace-1.2.0.ebuild, +files/openastromenace-1.2.0-mesa.patch: diff --git a/games-action/openastromenace/openastromenace-1.2.0.ebuild b/games-action/openastromenace/openastromenace-1.2.0.ebuild index 81c1dba37548..fd237241005e 100644 --- a/games-action/openastromenace/openastromenace-1.2.0.ebuild +++ b/games-action/openastromenace/openastromenace-1.2.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/games-action/openastromenace/openastromenace-1.2.0.ebuild,v 1.8 2010/04/11 00:54:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/openastromenace/openastromenace-1.2.0.ebuild,v 1.9 2011/02/25 21:39:56 signals Exp $ EAPI=2 inherit flag-o-matic cmake-utils eutils games @@ -27,7 +27,7 @@ DEPEND="virtual/opengl media-libs/freealut media-libs/libogg media-libs/libvorbis - media-libs/jpeg" + virtual/jpeg" S=${WORKDIR}/OpenAstroMenaceSVN |