diff options
author | Kevin McCarthy <signals@gentoo.org> | 2011-02-25 22:15:24 +0000 |
---|---|---|
committer | Kevin McCarthy <signals@gentoo.org> | 2011-02-25 22:15:24 +0000 |
commit | b3d0017bf81b1cc6096a74c3ea96faeace377d33 (patch) | |
tree | 17037d698bbb7599ad0695bb0ff22a426a4f2721 /games-engines | |
parent | Another missing dep (diff) | |
download | gentoo-2-b3d0017bf81b1cc6096a74c3ea96faeace377d33.tar.gz gentoo-2-b3d0017bf81b1cc6096a74c3ea96faeace377d33.tar.bz2 gentoo-2-b3d0017bf81b1cc6096a74c3ea96faeace377d33.zip |
depend virtual/jpeg
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/gargoyle/ChangeLog | 7 | ||||
-rw-r--r-- | games-engines/gargoyle/gargoyle-20100930.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-engines/gargoyle/ChangeLog b/games-engines/gargoyle/ChangeLog index fe3525510867..a5737c68c623 100644 --- a/games-engines/gargoyle/ChangeLog +++ b/games-engines/gargoyle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-engines/gargoyle -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.12 2010/11/17 10:54:54 maekke Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.13 2011/02/25 22:15:24 signals Exp $ + + 25 Feb 2011; Kevin McCarthy <signals@gentoo.org> gargoyle-20100930.ebuild: + Updated depends from media-libs/jpeg to virtual/jpeg 17 Nov 2010; Markus Meier <maekke@gentoo.org> gargoyle-20100930.ebuild: x86 stable, bug #345363 diff --git a/games-engines/gargoyle/gargoyle-20100930.ebuild b/games-engines/gargoyle/gargoyle-20100930.ebuild index c9df35b81144..fab79aaab7ba 100644 --- a/games-engines/gargoyle/gargoyle-20100930.ebuild +++ b/games-engines/gargoyle/gargoyle-20100930.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-engines/gargoyle/gargoyle-20100930.ebuild,v 1.3 2010/11/17 10:54:54 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-20100930.ebuild,v 1.4 2011/02/25 22:15:24 signals Exp $ # Notes: # - fmod support is based on an old version of fmod which is not in portage, @@ -33,7 +33,7 @@ KEYWORDS="~amd64 x86" IUSE="sdl" RDEPEND="media-libs/freetype:2 - media-libs/jpeg + virtual/jpeg media-libs/libpng media-fonts/liberation-fonts media-fonts/libertine-ttf |