summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2004-04-18 01:29:19 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2004-04-18 01:29:19 +0000
commit951eea31da1d6347b4dee1bc9a491810b9b67d68 (patch)
treebdc07f97e6b0d6cb86c66da8ba5d52bd4173d992 /games-arcade/sdl-sopwith
parentfix license, bug #48147 (Manifest recommit) (diff)
downloadgentoo-2-951eea31da1d6347b4dee1bc9a491810b9b67d68.tar.gz
gentoo-2-951eea31da1d6347b4dee1bc9a491810b9b67d68.tar.bz2
gentoo-2-951eea31da1d6347b4dee1bc9a491810b9b67d68.zip
Swapping DEPEND and RDEPEND.
Diffstat (limited to 'games-arcade/sdl-sopwith')
-rw-r--r--games-arcade/sdl-sopwith/ChangeLog6
-rw-r--r--games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild10
2 files changed, 10 insertions, 6 deletions
diff --git a/games-arcade/sdl-sopwith/ChangeLog b/games-arcade/sdl-sopwith/ChangeLog
index 1e8577b0096b..3fa743af0e12 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.3 2004/04/17 23:12:23 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog,v 1.4 2004/04/18 01:29:19 wolf31o2 Exp $
+
+ 17 Apr 2004; Chris Gianelloni <wolf31o2@gentoo.org>
+ sdl-sopwith-1.7.1.ebuild:
+ Swapping DEPEND and RDEPEND.
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 a08b287533f8..ed4749f661ef 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.6 2004/04/17 23:12:23 wolf31o2 Exp $
+# $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 $
inherit games
@@ -15,13 +15,13 @@ SLOT="0"
KEYWORDS="x86 ppc"
IUSE=""
-RDEPEND=">=media-libs/freetype-2"
-DEPEND=">=media-libs/libsdl-1.1.3
+RDEPEND=">=media-libs/freetype-2
+ >=media-libs/libsdl-1.1.3
dev-libs/atk
x11-libs/pango
>=x11-libs/gtk+-2
- >=dev-libs/glib-2
- dev-util/pkgconfig"
+ >=dev-libs/glib-2"
+DEPEND="dev-util/pkgconfig"
src_install() {
make DESTDIR="${D}" install || die "make install failed"