diff options
author | 2004-04-17 19:11:54 +0000 | |
---|---|---|
committer | 2004-04-17 19:11:54 +0000 | |
commit | f602c07b93209e5f5379cd214c01d344b5f92f38 (patch) | |
tree | fd041825ec08912d1f9b86dffecb661bce2ef6ef /games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild | |
parent | stable on amd64 (diff) | |
download | historical-f602c07b93209e5f5379cd214c01d344b5f92f38.tar.gz historical-f602c07b93209e5f5379cd214c01d344b5f92f38.tar.bz2 historical-f602c07b93209e5f5379cd214c01d344b5f92f38.zip |
Removing gdk-pixbuf from DEPEND and closing bug #48117.
Diffstat (limited to 'games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild')
-rw-r--r-- | games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild b/games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild index 97fb1a5f94d5..362e325a2a4d 100644 --- a/games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild +++ b/games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild,v 1.4 2004/04/14 04:07:15 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild,v 1.5 2004/04/17 19:11:54 wolf31o2 Exp $ inherit games @@ -20,7 +20,7 @@ RDEPEND=">=media-libs/libsdl-1.1.3 x11-libs/pango >=x11-libs/gtk+-2 >=dev-libs/glib-2 - media-libs/gdk-pixbuf + dev-util/pkgconfig >=media-libs/freetype-2" DEPEND="${RDEPEND} dev-util/pkgconfig" |