summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games-rpg/bastion/ChangeLog8
-rw-r--r--games-rpg/bastion/bastion-20120620-r1.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/games-rpg/bastion/ChangeLog b/games-rpg/bastion/ChangeLog
index dcd7b6c2d03f..5774c072fed9 100644
--- a/games-rpg/bastion/ChangeLog
+++ b/games-rpg/bastion/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-rpg/bastion
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/bastion/ChangeLog,v 1.6 2013/11/22 15:47:19 hasufell Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/bastion/ChangeLog,v 1.7 2014/05/15 16:57:29 ulm Exp $
+
+ 15 May 2014; Ulrich Müller <ulm@gentoo.org> bastion-20120620-r1.ebuild:
+ Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+ "sound", bug 357661.
22 Nov 2013; Julian Ospald <hasufell@gentoo.org> bastion-20120620-r1.ebuild:
stable wrt #486242
diff --git a/games-rpg/bastion/bastion-20120620-r1.ebuild b/games-rpg/bastion/bastion-20120620-r1.ebuild
index 12ae40a71b68..5b5176c9b0b2 100644
--- a/games-rpg/bastion/bastion-20120620-r1.ebuild
+++ b/games-rpg/bastion/bastion-20120620-r1.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-rpg/bastion/bastion-20120620-r1.ebuild,v 1.5 2013/11/22 15:47:19 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/bastion/bastion-20120620-r1.ebuild,v 1.6 2014/05/15 16:57:29 ulm Exp $
EAPI=5
@@ -38,7 +38,7 @@ RDEPEND="
!bundled-libs? (
dev-lang/mono
media-libs/fmod:1
- media-libs/libsdl[X,audio,video,opengl,joystick]
+ media-libs/libsdl[X,sound,video,opengl,joystick]
)"
CHECKREQS_DISK_BUILD="2400M"