summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-05-15 16:56:17 +0000
committerUlrich Müller <ulm@gentoo.org>2014-05-15 16:56:17 +0000
commit92c78e028e002d323807be3b2b6537ccb0b7b560 (patch)
treead4c0270977688606b14ea7c9e10e36f215f34c6 /games-roguelike
parentFix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff)
downloadgentoo-2-92c78e028e002d323807be3b2b6537ccb0b7b560.tar.gz
gentoo-2-92c78e028e002d323807be3b2b6537ccb0b7b560.tar.bz2
gentoo-2-92c78e028e002d323807be3b2b6537ccb0b7b560.zip
Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sound", bug 357661.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-roguelike')
-rw-r--r--games-roguelike/FTL/ChangeLog7
-rw-r--r--games-roguelike/FTL/FTL-1.03.3.ebuild6
-rw-r--r--games-roguelike/FTL/FTL-1.5.4.ebuild4
3 files changed, 11 insertions, 6 deletions
diff --git a/games-roguelike/FTL/ChangeLog b/games-roguelike/FTL/ChangeLog
index 4e28ead3ee38..7637d28358b8 100644
--- a/games-roguelike/FTL/ChangeLog
+++ b/games-roguelike/FTL/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-roguelike/FTL
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/FTL/ChangeLog,v 1.16 2014/04/06 18:16:57 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/FTL/ChangeLog,v 1.17 2014/05/15 16:56:17 ulm Exp $
+
+ 15 May 2014; Ulrich Müller <ulm@gentoo.org> FTL-1.03.3.ebuild,
+ FTL-1.5.4.ebuild:
+ Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+ "sound", bug 357661.
06 Apr 2014; Julian Ospald <hasufell@gentoo.org> FTL-1.5.4.ebuild:
relax media-libs/devil required USE flags
diff --git a/games-roguelike/FTL/FTL-1.03.3.ebuild b/games-roguelike/FTL/FTL-1.03.3.ebuild
index f40823c4bd6e..e953ef0d2f5c 100644
--- a/games-roguelike/FTL/FTL-1.03.3.ebuild
+++ b/games-roguelike/FTL/FTL-1.03.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/FTL/FTL-1.03.3.ebuild,v 1.4 2013/11/22 15:19:10 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/FTL/FTL-1.03.3.ebuild,v 1.5 2014/05/15 16:56:17 ulm Exp $
EAPI=5
@@ -22,7 +22,7 @@ RDEPEND="
!bundled-libs? (
media-libs/devil[png,opengl]
media-libs/freetype:2
- media-libs/libsdl[X,audio,joystick,opengl,video]
+ media-libs/libsdl[X,sound,joystick,opengl,video]
sys-libs/zlib
)"
diff --git a/games-roguelike/FTL/FTL-1.5.4.ebuild b/games-roguelike/FTL/FTL-1.5.4.ebuild
index 2c9e12f20d91..519ac292958e 100644
--- a/games-roguelike/FTL/FTL-1.5.4.ebuild
+++ b/games-roguelike/FTL/FTL-1.5.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/FTL/FTL-1.5.4.ebuild,v 1.2 2014/04/06 18:16:57 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/FTL/FTL-1.5.4.ebuild,v 1.3 2014/05/15 16:56:17 ulm Exp $
EAPI=5
@@ -22,7 +22,7 @@ RDEPEND="
!bundled-libs? (
media-libs/devil[png]
media-libs/freetype:2
- media-libs/libsdl[X,audio,joystick,opengl,video]
+ media-libs/libsdl[X,sound,joystick,opengl,video]
sys-libs/zlib
)"