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 | 404a93fe4f98f04094605f3357f5a5c645523504 (patch) | |
tree | 66cc0af93f86107d736045acb4e01e9006760147 /games-arcade/sdl-sopwith | |
parent | version bump to support smssend-3.3 (Manifest recommit) (diff) | |
download | gentoo-2-404a93fe4f98f04094605f3357f5a5c645523504.tar.gz gentoo-2-404a93fe4f98f04094605f3357f5a5c645523504.tar.bz2 gentoo-2-404a93fe4f98f04094605f3357f5a5c645523504.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/sdl-sopwith-1.7.1.ebuild | 5 |
2 files changed, 9 insertions, 3 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/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" |