diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-17 19:11:54 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-17 19:11:54 +0000 |
commit | 00dc93a32fc4d7545e40ca29c6797397b8c052bc (patch) | |
tree | efca1077724d9f1920714b83218d4548563f23f9 /games-arcade | |
parent | stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-00dc93a32fc4d7545e40ca29c6797397b8c052bc.tar.gz gentoo-2-00dc93a32fc4d7545e40ca29c6797397b8c052bc.tar.bz2 gentoo-2-00dc93a32fc4d7545e40ca29c6797397b8c052bc.zip |
Removing gdk-pixbuf from DEPEND and closing bug #48117.
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/sdl-sopwith/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games-arcade/sdl-sopwith/ChangeLog b/games-arcade/sdl-sopwith/ChangeLog index 32e170eef43b..73996887d4a5 100644 --- a/games-arcade/sdl-sopwith/ChangeLog +++ b/games-arcade/sdl-sopwith/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/sdl-sopwith -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog,v 1.1 2003/11/29 22:51:50 mr_bones_ Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog,v 1.2 2004/04/17 19:11:54 wolf31o2 Exp $ + + 17 Apr 2004; Chris Gianelloni <wolf31o2@gentoo.org> + sdl-sopwith-1.7.1.ebuild: + Removing gdk-pixbuf from DEPEND and closing bug #48117. *sdl-sopwith-1.7.1 (29 Nov 2003) 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" |