summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-10-02 09:37:10 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-10-02 09:37:10 +0000
commita3c8bedbb48b064146544497893da325b7576767 (patch)
tree9e2c6d979b221fcb56a65fa03a1a9e13e513409c /games-emulation/raine
parentchange LICENSE to GPL-3 (diff)
downloadgentoo-2-a3c8bedbb48b064146544497893da325b7576767.tar.gz
gentoo-2-a3c8bedbb48b064146544497893da325b7576767.tar.bz2
gentoo-2-a3c8bedbb48b064146544497893da325b7576767.zip
stable x86, bug 192909; adding media-libs/sdl-image and media-libs/sdl-ttf as DEPEND
(Portage version: 2.1.3.9)
Diffstat (limited to 'games-emulation/raine')
-rw-r--r--games-emulation/raine/ChangeLog6
-rw-r--r--games-emulation/raine/raine-0.50.5.ebuild8
2 files changed, 10 insertions, 4 deletions
diff --git a/games-emulation/raine/ChangeLog b/games-emulation/raine/ChangeLog
index ac565fb71159..3cbc3db1f428 100644
--- a/games-emulation/raine/ChangeLog
+++ b/games-emulation/raine/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/raine
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v 1.16 2007/08/12 04:14:41 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v 1.17 2007/10/02 09:37:10 opfer Exp $
+
+ 02 Oct 2007; Christian Faulhammer <opfer@gentoo.org> raine-0.50.5.ebuild:
+ stable x86, bug 192909; adding media-libs/sdl-image and media-libs/sdl-ttf
+ as DEPEND
*raine-0.50.5 (12 Aug 2007)
diff --git a/games-emulation/raine/raine-0.50.5.ebuild b/games-emulation/raine/raine-0.50.5.ebuild
index 2477ed42f8a4..34300b5d162d 100644
--- a/games-emulation/raine/raine-0.50.5.ebuild
+++ b/games-emulation/raine/raine-0.50.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.50.5.ebuild,v 1.1 2007/08/12 04:14:41 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.50.5.ebuild,v 1.2 2007/10/02 09:37:10 opfer Exp $
inherit versionator games
@@ -14,12 +14,14 @@ SRC_URI="http://www.rainemu.com/html/archive/raines-${MY_PV}.tar.bz2
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE="static kde"
RDEPEND="media-libs/allegro
media-libs/libsdl
- sys-libs/zlib"
+ sys-libs/zlib
+ media-libs/sdl-image
+ media-libs/sdl-ttf"
DEPEND="${RDEPEND}
dev-lang/nasm
app-arch/unzip"