diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-18 01:37:07 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-18 01:37:07 +0000 |
commit | b51e821052d3322f29cac59561eeb4b9cfe9a121 (patch) | |
tree | 623cc6fef3a72ca210fd2354fd337e87c5b7eb01 /games-arcade/sdl-sopwith | |
parent | version bump to support smssend-3.3 (diff) | |
download | historical-b51e821052d3322f29cac59561eeb4b9cfe9a121.tar.gz historical-b51e821052d3322f29cac59561eeb4b9cfe9a121.tar.bz2 historical-b51e821052d3322f29cac59561eeb4b9cfe9a121.zip |
Reverting DEPEND and RDEPEND to orginal state. Bug #48117 should have rather been only about the gdk-pixbuf not being needed.
Diffstat (limited to 'games-arcade/sdl-sopwith')
-rw-r--r-- | games-arcade/sdl-sopwith/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/sdl-sopwith/Manifest | 4 | ||||
-rw-r--r-- | games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/games-arcade/sdl-sopwith/ChangeLog b/games-arcade/sdl-sopwith/ChangeLog index 3fa743af0e12..e3dba8be5ffa 100644 --- a/games-arcade/sdl-sopwith/ChangeLog +++ b/games-arcade/sdl-sopwith/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-arcade/sdl-sopwith # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog,v 1.4 2004/04/18 01:29:19 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog,v 1.5 2004/04/18 01:37:07 wolf31o2 Exp $ + + 17 Apr 2004; Chris Gianelloni <wolf31o2@gentoo.org> + sdl-sopwith-1.7.1.ebuild: + Reverting DEPEND and RDEPEND to orginal state. Bug #48117 should have rather + been only about the gdk-pixbuf not being needed. 17 Apr 2004; Chris Gianelloni <wolf31o2@gentoo.org> sdl-sopwith-1.7.1.ebuild: diff --git a/games-arcade/sdl-sopwith/Manifest b/games-arcade/sdl-sopwith/Manifest index dbded28c86e0..8b47e19d0074 100644 --- a/games-arcade/sdl-sopwith/Manifest +++ b/games-arcade/sdl-sopwith/Manifest @@ -1,4 +1,4 @@ -MD5 0271a625f5d2f0df33ff936e6ce7ea58 sdl-sopwith-1.7.1.ebuild 846 -MD5 bc45939908e158f76adb7e537349acc2 ChangeLog 835 +MD5 e07cf9bc527d34b9067910c70000bbbd sdl-sopwith-1.7.1.ebuild 858 +MD5 7b8975ee6bda500d7f8440329bf4b6ce ChangeLog 1048 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 e35cc5cd710dd0d0c12d63304ca5b0a1 files/digest-sdl-sopwith-1.7.1 69 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 ed4749f661ef..f2cfb5155cd8 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.7 2004/04/18 01:29:19 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild,v 1.8 2004/04/18 01:37:07 wolf31o2 Exp $ inherit games @@ -21,7 +21,8 @@ RDEPEND=">=media-libs/freetype-2 x11-libs/pango >=x11-libs/gtk+-2 >=dev-libs/glib-2" -DEPEND="dev-util/pkgconfig" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_install() { make DESTDIR="${D}" install || die "make install failed" |