summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-08-10 07:16:08 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-08-10 07:16:08 +0000
commitcbdd950d6eae44aa2281f84a6bb521afbc5b44ad (patch)
tree435edd02a0cd24c5a63c7eba77f8475cd99e8d87 /games-emulation
parentglibc2.10 fixes; amd64 chroot fixes (diff)
downloadgentoo-2-cbdd950d6eae44aa2281f84a6bb521afbc5b44ad.tar.gz
gentoo-2-cbdd950d6eae44aa2281f84a6bb521afbc5b44ad.tar.bz2
gentoo-2-cbdd950d6eae44aa2281f84a6bb521afbc5b44ad.zip
Missing media-libs/sdl-ttf depend.
(Portage version: 2.2_rc36/cvs/Linux x86_64)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/openmsx/ChangeLog7
-rw-r--r--games-emulation/openmsx/openmsx-0.6.3.ebuild5
-rw-r--r--games-emulation/openmsx/openmsx-0.7.0.ebuild6
3 files changed, 12 insertions, 6 deletions
diff --git a/games-emulation/openmsx/ChangeLog b/games-emulation/openmsx/ChangeLog
index 34371b6a73c1..20a191d93c29 100644
--- a/games-emulation/openmsx/ChangeLog
+++ b/games-emulation/openmsx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/openmsx
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/ChangeLog,v 1.27 2009/04/21 00:11:50 mr_bones_ Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/ChangeLog,v 1.28 2009/08/10 07:16:08 ssuominen Exp $
+
+ 10 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> openmsx-0.7.0.ebuild:
+ Missing media-libs/sdl-ttf depend.
*openmsx-0.7.0 (21 Apr 2009)
diff --git a/games-emulation/openmsx/openmsx-0.6.3.ebuild b/games-emulation/openmsx/openmsx-0.6.3.ebuild
index 20c34061a328..a77fcf5a4c2a 100644
--- a/games-emulation/openmsx/openmsx-0.6.3.ebuild
+++ b/games-emulation/openmsx/openmsx-0.6.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/openmsx-0.6.3.ebuild,v 1.3 2008/05/20 16:26:08 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/openmsx-0.6.3.ebuild,v 1.4 2009/08/10 07:16:08 ssuominen Exp $
inherit toolchain-funcs games
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="amd64 ~ppc sparc x86"
IUSE="jack"
-DEPEND="dev-lang/tcl
+RDEPEND="dev-lang/tcl
dev-libs/libxml2
media-libs/libpng
media-libs/libsdl
@@ -21,6 +21,7 @@ DEPEND="dev-lang/tcl
media-libs/sdl-image
virtual/opengl
jack? ( media-sound/jack-audio-connection-kit )"
+DEPEND="${RDEPEND}"
src_unpack() {
unpack ${A}
diff --git a/games-emulation/openmsx/openmsx-0.7.0.ebuild b/games-emulation/openmsx/openmsx-0.7.0.ebuild
index e3dfcf809a5a..241c3d85ef37 100644
--- a/games-emulation/openmsx/openmsx-0.7.0.ebuild
+++ b/games-emulation/openmsx/openmsx-0.7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/openmsx-0.7.0.ebuild,v 1.1 2009/04/21 00:11:50 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/openmsx-0.7.0.ebuild,v 1.2 2009/08/10 07:16:08 ssuominen Exp $
EAPI=2
inherit toolchain-funcs games
@@ -14,14 +14,16 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="jack"
-DEPEND="dev-lang/tcl
+RDEPEND="dev-lang/tcl
dev-libs/libxml2
media-libs/libpng
media-libs/libsdl
media-libs/glew
media-libs/sdl-image
+ media-libs/sdl-ttf
virtual/opengl
jack? ( media-sound/jack-audio-connection-kit )"
+DEPEND="${RDEPEND}"
src_prepare() {
sed -i '/LINK_FLAGS+=/s/-s//' build/main.mk || die "sed failed"