diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 17:07:05 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 17:07:05 +0000 |
commit | 540be1bc322bc5d427a19c0a085ec6b292fbcbed (patch) | |
tree | a25a537420d202ec592ff3ae74dc546bcea90754 /games-strategy/smac | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-540be1bc322bc5d427a19c0a085ec6b292fbcbed.tar.gz gentoo-2-540be1bc322bc5d427a19c0a085ec6b292fbcbed.tar.bz2 gentoo-2-540be1bc322bc5d427a19c0a085ec6b292fbcbed.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-strategy/smac')
-rw-r--r-- | games-strategy/smac/ChangeLog | 8 | ||||
-rw-r--r-- | games-strategy/smac/smac-6.0a.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-strategy/smac/ChangeLog b/games-strategy/smac/ChangeLog index 278152837d98..fefcae61f296 100644 --- a/games-strategy/smac/ChangeLog +++ b/games-strategy/smac/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/smac -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/ChangeLog,v 1.19 2013/01/31 20:04:47 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/ChangeLog,v 1.20 2014/05/15 17:07:05 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> smac-6.0a.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 31 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> smac-6.0a.ebuild: add log message about CONFIG_UID16 (bug #340303); tidy diff --git a/games-strategy/smac/smac-6.0a.ebuild b/games-strategy/smac/smac-6.0a.ebuild index d145c5cf2bb6..4483dbc02788 100644 --- a/games-strategy/smac/smac-6.0a.ebuild +++ b/games-strategy/smac/smac-6.0a.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-strategy/smac/smac-6.0a.ebuild,v 1.23 2013/01/31 20:04:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild,v 1.24 2014/05/15 17:07:05 ulm Exp $ EAPI=2 inherit eutils unpacker cdrom games @@ -24,7 +24,7 @@ RDEPEND="sys-libs/glibc x11-libs/libXau x11-libs/libXdmcp !ppc? ( sys-libs/lib-compat-loki ) - media-libs/libsdl[audio,video] + media-libs/libsdl[sound,video] media-libs/sdl-ttf media-libs/sdl-mixer media-libs/smpeg |