diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:33:42 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:33:42 +0000 |
commit | 6521aa497edc92e4a0ded265aaf8e27055e3dae6 (patch) | |
tree | 1ca16cf51f84aa49172a4cb20e4928136f183611 /games-arcade | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-6521aa497edc92e4a0ded265aaf8e27055e3dae6.tar.gz gentoo-2-6521aa497edc92e4a0ded265aaf8e27055e3dae6.tar.bz2 gentoo-2-6521aa497edc92e4a0ded265aaf8e27055e3dae6.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-arcade')
-rw-r--r-- | games-arcade/tomatoes/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/tomatoes/tomatoes-1.55-r2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-arcade/tomatoes/ChangeLog b/games-arcade/tomatoes/ChangeLog index b4e7a4c44e94..828fe4f18889 100644 --- a/games-arcade/tomatoes/ChangeLog +++ b/games-arcade/tomatoes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/tomatoes -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v 1.19 2012/10/20 19:14:10 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v 1.20 2014/05/15 16:33:42 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> tomatoes-1.55-r2.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 20 Oct 2012; Michael Sterrett <mr_bones_@gentoo.org> tomatoes-1.55-r2.ebuild: any mod support will do diff --git a/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild b/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild index b9c119942c6e..cbbf1a954311 100644 --- a/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild +++ b/games-arcade/tomatoes/tomatoes-1.55-r2.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-arcade/tomatoes/tomatoes-1.55-r2.ebuild,v 1.9 2012/10/20 19:14:10 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild,v 1.10 2014/05/15 16:33:42 ulm Exp $ EAPI=2 inherit eutils games @@ -18,7 +18,7 @@ IUSE="" DEPEND="virtual/opengl virtual/glu - media-libs/libsdl[audio,video] + media-libs/libsdl[sound,video] media-libs/sdl-image[jpeg,png] media-libs/sdl-mixer[mod]" |