diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:25:24 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:25:24 +0000 |
commit | 8ad81cc556ef36e7b8f21c51557e3242c2bbbf60 (patch) | |
tree | a6c876b9334386e9807f6fc312d53ff8baabe30b /games-action | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-8ad81cc556ef36e7b8f21c51557e3242c2bbbf60.tar.gz gentoo-2-8ad81cc556ef36e7b8f21c51557e3242c2bbbf60.tar.bz2 gentoo-2-8ad81cc556ef36e7b8f21c51557e3242c2bbbf60.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-action')
-rw-r--r-- | games-action/teeworlds/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/teeworlds/teeworlds-0.6.2-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games-action/teeworlds/ChangeLog b/games-action/teeworlds/ChangeLog index fe29f5dadb50..c3a56b1bf820 100644 --- a/games-action/teeworlds/ChangeLog +++ b/games-action/teeworlds/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/teeworlds # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/teeworlds/ChangeLog,v 1.14 2014/03/18 18:18:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/teeworlds/ChangeLog,v 1.15 2014/05/15 16:25:24 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> teeworlds-0.6.2-r1.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 18 Mar 2014; Michael Sterrett <mr_bones_@gentoo.org> -teeworlds-0.6.1.ebuild: old diff --git a/games-action/teeworlds/teeworlds-0.6.2-r1.ebuild b/games-action/teeworlds/teeworlds-0.6.2-r1.ebuild index 535226135f55..8a9d843385a6 100644 --- a/games-action/teeworlds/teeworlds-0.6.2-r1.ebuild +++ b/games-action/teeworlds/teeworlds-0.6.2-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-action/teeworlds/teeworlds-0.6.2-r1.ebuild,v 1.1 2013/09/08 12:32:29 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/teeworlds/teeworlds-0.6.2-r1.ebuild,v 1.2 2014/05/15 16:25:24 ulm Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -19,7 +19,7 @@ IUSE="debug dedicated" RDEPEND=" !dedicated? ( media-libs/pnglite - media-libs/libsdl[X,audio,opengl,video] + media-libs/libsdl[X,sound,opengl,video] media-sound/wavpack virtual/opengl app-arch/bzip2 |