summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-08 00:01:40 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-08 00:01:40 +0000
commit5e96ea23a0c41e607b9320d92dda70ab8bcc7786 (patch)
tree130d7756a3c5084dfecb386f323499af1a42347a /games-engines
parentFirst official 1.4 stable release. See http://www.winehq.org/announce/1.4 for... (diff)
downloadgentoo-2-5e96ea23a0c41e607b9320d92dda70ab8bcc7786.tar.gz
gentoo-2-5e96ea23a0c41e607b9320d92dda70ab8bcc7786.tar.bz2
gentoo-2-5e96ea23a0c41e607b9320d92dda70ab8bcc7786.zip
Set correct dependencies, bug #407101.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'games-engines')
-rw-r--r--games-engines/love/ChangeLog6
-rw-r--r--games-engines/love/love-0.7.2.ebuild17
-rw-r--r--games-engines/love/love-9999.ebuild15
3 files changed, 20 insertions, 18 deletions
diff --git a/games-engines/love/ChangeLog b/games-engines/love/ChangeLog
index 7553d37d766b..e4e96654bb8a 100644
--- a/games-engines/love/ChangeLog
+++ b/games-engines/love/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-engines/love
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/love/ChangeLog,v 1.2 2012/03/05 22:57:02 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/love/ChangeLog,v 1.3 2012/03/08 00:01:40 chithanh Exp $
+
+ 08 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ love-0.7.2.ebuild, love-9999.ebuild:
+ Set correct dependencies, bug #407101.
*love-9999 (05 Mar 2012)
diff --git a/games-engines/love/love-0.7.2.ebuild b/games-engines/love/love-0.7.2.ebuild
index 90eb7792ea29..80f58572280a 100644
--- a/games-engines/love/love-0.7.2.ebuild
+++ b/games-engines/love/love-0.7.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/love/love-0.7.2.ebuild,v 1.1 2011/11/05 19:29:17 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/love/love-0.7.2.ebuild,v 1.2 2012/03/08 00:01:40 chithanh Exp $
EAPI=3
@@ -15,20 +15,19 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="dev-games/physfs
+RDEPEND="dev-games/physfs
dev-lang/lua
- media-libs/devil
+ media-libs/devil[mng,tiff]
media-libs/freetype
- media-libs/libmng
media-libs/libmodplug
- media-libs/libsdl[joystick]
+ media-libs/libsdl[joystick,opengl]
media-libs/libvorbis
media-libs/openal
- media-libs/sdl-sound
- media-libs/tiff
media-sound/mpg123
virtual/opengl"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ media-libs/libmng
+ media-libs/tiff"
S=${WORKDIR}/${PN}-HEAD
diff --git a/games-engines/love/love-9999.ebuild b/games-engines/love/love-9999.ebuild
index ebf37a0790a8..978844aa68fe 100644
--- a/games-engines/love/love-9999.ebuild
+++ b/games-engines/love/love-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/love/love-9999.ebuild,v 1.1 2012/03/05 22:57:02 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/love/love-9999.ebuild,v 1.2 2012/03/08 00:01:40 chithanh Exp $
EAPI=3
@@ -23,20 +23,19 @@ LICENSE="ZLIB"
SLOT="0"
IUSE=""
-DEPEND="dev-games/physfs
+RDEPEND="dev-games/physfs
dev-lang/lua
- media-libs/devil
+ media-libs/devil[mng,tiff]
media-libs/freetype
- media-libs/libmng
media-libs/libmodplug
- media-libs/libsdl[joystick]
+ media-libs/libsdl[joystick,opengl]
media-libs/libvorbis
media-libs/openal
- media-libs/sdl-sound
- media-libs/tiff
media-sound/mpg123
virtual/opengl"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ media-libs/libmng
+ media-libs/tiff"
DOCS=( "readme.md" "changes.txt" )