diff options
author | Kevin McCarthy <signals@gentoo.org> | 2011-02-26 15:33:43 +0000 |
---|---|---|
committer | Kevin McCarthy <signals@gentoo.org> | 2011-02-26 15:33:43 +0000 |
commit | 777f6bcfe65c74450239d692fbc6a5347996e403 (patch) | |
tree | 5f810478310887cd77a7e1078b166384286748a7 /games-sports/gracer | |
parent | depend virtual/jpeg (diff) | |
download | historical-777f6bcfe65c74450239d692fbc6a5347996e403.tar.gz historical-777f6bcfe65c74450239d692fbc6a5347996e403.tar.bz2 historical-777f6bcfe65c74450239d692fbc6a5347996e403.zip |
depend virtual/jpeg
Package-Manager: portage-2.2.0_alpha25/cvs/Linux x86_64
Diffstat (limited to 'games-sports/gracer')
-rw-r--r-- | games-sports/gracer/ChangeLog | 7 | ||||
-rw-r--r-- | games-sports/gracer/gracer-0.1.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-sports/gracer/ChangeLog b/games-sports/gracer/ChangeLog index a339bbcc4076..82fbb6d69b32 100644 --- a/games-sports/gracer/ChangeLog +++ b/games-sports/gracer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-sports/gracer -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/ChangeLog,v 1.20 2010/09/16 17:51:58 scarabeus Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/ChangeLog,v 1.21 2011/02/26 15:32:17 signals Exp $ + + 26 Feb 2011; Kevin McCarthy <signals@gentoo.org> gracer-0.1.5.ebuild: + Updated depends from media-libs/jpeg to virtual/jpeg 16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> gracer-0.1.5.ebuild: virtual/glut -> media-libs/glut diff --git a/games-sports/gracer/gracer-0.1.5.ebuild b/games-sports/gracer/gracer-0.1.5.ebuild index 74d9c0ff4e71..e41ea51eee6f 100644 --- a/games-sports/gracer/gracer-0.1.5.ebuild +++ b/games-sports/gracer/gracer-0.1.5.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-sports/gracer/gracer-0.1.5.ebuild,v 1.20 2010/09/16 17:51:58 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/gracer-0.1.5.ebuild,v 1.21 2011/02/26 15:32:17 signals Exp $ EAPI=2 inherit eutils games @@ -21,7 +21,7 @@ DEPEND="x11-libs/libXi virtual/opengl dev-lang/tcl media-libs/giflib - media-libs/jpeg:0 + virtual/jpeg media-libs/libpng media-libs/plib" |