summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-05-15 16:59:51 +0000
committerUlrich Müller <ulm@gentoo.org>2014-05-15 16:59:51 +0000
commit14ef96eb3ff68c5f53f50bc8a8fb9e831301591f (patch)
treecf7e101f29eb8af73c47c7a37ece0fc26dac6aa1 /games-simulation
parentFix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff)
downloadgentoo-2-14ef96eb3ff68c5f53f50bc8a8fb9e831301591f.tar.gz
gentoo-2-14ef96eb3ff68c5f53f50bc8a8fb9e831301591f.tar.bz2
gentoo-2-14ef96eb3ff68c5f53f50bc8a8fb9e831301591f.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-simulation')
-rw-r--r--games-simulation/crrcsim/ChangeLog8
-rw-r--r--games-simulation/crrcsim/crrcsim-0.9.12.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/games-simulation/crrcsim/ChangeLog b/games-simulation/crrcsim/ChangeLog
index 2294a5b6b27f..cede1eb32658 100644
--- a/games-simulation/crrcsim/ChangeLog
+++ b/games-simulation/crrcsim/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-simulation/crrcsim
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/ChangeLog,v 1.8 2012/12/21 03:08:34 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/ChangeLog,v 1.9 2014/05/15 16:59:51 ulm Exp $
+
+ 15 May 2014; Ulrich Müller <ulm@gentoo.org> crrcsim-0.9.12.ebuild:
+ Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+ "sound", bug 357661.
21 Dec 2012; Michael Sterrett <mr_bones_@gentoo.org> crrcsim-0.9.12.ebuild:
EAPI=4; eliminate built_with_use
diff --git a/games-simulation/crrcsim/crrcsim-0.9.12.ebuild b/games-simulation/crrcsim/crrcsim-0.9.12.ebuild
index 598631528403..5681f9bebfc2 100644
--- a/games-simulation/crrcsim/crrcsim-0.9.12.ebuild
+++ b/games-simulation/crrcsim/crrcsim-0.9.12.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.12.ebuild,v 1.3 2012/12/21 03:08:34 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.12.ebuild,v 1.4 2014/05/15 16:59:51 ulm Exp $
EAPI=4
WANT_AUTOMAKE="1.10"
@@ -17,7 +17,7 @@ IUSE="portaudio"
RDEPEND="sci-mathematics/cgal
media-libs/plib
- media-libs/libsdl[X,audio,joystick,opengl,video]
+ media-libs/libsdl[X,sound,joystick,opengl,video]
portaudio? ( media-libs/portaudio )"
DEPEND="${RDEPEND}"