diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-17 23:12:23 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-17 23:12:23 +0000 |
commit | 28591a6a4ee8eee417f08e5f6c58deb7d7823f91 (patch) | |
tree | 427ce207016f2b8e3d90cd8fb80b842193bc16c5 /games-arcade/sdl-sopwith | |
parent | Marked stable on hppa. (diff) | |
download | historical-28591a6a4ee8eee417f08e5f6c58deb7d7823f91.tar.gz historical-28591a6a4ee8eee417f08e5f6c58deb7d7823f91.tar.bz2 historical-28591a6a4ee8eee417f08e5f6c58deb7d7823f91.zip |
Fixing DEPEND and RDEPEND and closing bug #48117.
Diffstat (limited to 'games-arcade/sdl-sopwith')
-rw-r--r-- | games-arcade/sdl-sopwith/ChangeLog | 6 | ||||
-rw-r--r-- | games-arcade/sdl-sopwith/Manifest | 4 | ||||
-rw-r--r-- | games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/games-arcade/sdl-sopwith/ChangeLog b/games-arcade/sdl-sopwith/ChangeLog index 73996887d4a5..1e8577b0096b 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-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 $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog,v 1.3 2004/04/17 23:12:23 wolf31o2 Exp $ + + 17 Apr 2004; Chris Gianelloni <wolf31o2@gentoo.org> + sdl-sopwith-1.7.1.ebuild: + Fixing DEPEND and RDEPEND and closing bug #48117. 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 3fa2bbe52cf2..a8c116554109 100644 --- a/games-arcade/sdl-sopwith/Manifest +++ b/games-arcade/sdl-sopwith/Manifest @@ -1,4 +1,4 @@ -MD5 afea456bccedf22307d5fd1229737f2d sdl-sopwith-1.7.1.ebuild 878 -MD5 232818ea63dafecdd9bfc442063f6177 ChangeLog 586 +MD5 2d26bd4e453150f1e9027d2c73691940 sdl-sopwith-1.7.1.ebuild 846 +MD5 6516432d6bf3e62888c4c7eb375d59b9 ChangeLog 721 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 362e325a2a4d..a08b287533f8 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.5 2004/04/17 19:11:54 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild,v 1.6 2004/04/17 23:12:23 wolf31o2 Exp $ inherit games @@ -15,14 +15,12 @@ SLOT="0" KEYWORDS="x86 ppc" IUSE="" -RDEPEND=">=media-libs/libsdl-1.1.3 +RDEPEND=">=media-libs/freetype-2" +DEPEND=">=media-libs/libsdl-1.1.3 dev-libs/atk x11-libs/pango >=x11-libs/gtk+-2 >=dev-libs/glib-2 - dev-util/pkgconfig - >=media-libs/freetype-2" -DEPEND="${RDEPEND} dev-util/pkgconfig" src_install() { |