diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:21:40 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:21:40 +0000 |
commit | 1584731fa77a11c1331019982c30463e5198fef0 (patch) | |
tree | 0c0ddd254b554c4659470a17be81ae9770330519 /games-action | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-1584731fa77a11c1331019982c30463e5198fef0.tar.gz gentoo-2-1584731fa77a11c1331019982c30463e5198fef0.tar.bz2 gentoo-2-1584731fa77a11c1331019982c30463e5198fef0.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/d2x/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/d2x/d2x-0.2.5-r3.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-action/d2x/ChangeLog b/games-action/d2x/ChangeLog index 0d6a7f4f17bc..74383bb9b55a 100644 --- a/games-action/d2x/ChangeLog +++ b/games-action/d2x/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/d2x -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/ChangeLog,v 1.27 2012/09/01 18:42:36 tupone Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/ChangeLog,v 1.28 2014/05/15 16:21:40 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> d2x-0.2.5-r3.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 01 Sep 2012; Alfredo Tupone <tupone@gentoo.org> d2x-0.2.5-r3.ebuild, +files/d2x-0.2.5-ovflw.patch: diff --git a/games-action/d2x/d2x-0.2.5-r3.ebuild b/games-action/d2x/d2x-0.2.5-r3.ebuild index 36107450cfaf..cb31baee5bc7 100644 --- a/games-action/d2x/d2x-0.2.5-r3.ebuild +++ b/games-action/d2x/d2x-0.2.5-r3.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-action/d2x/d2x-0.2.5-r3.ebuild,v 1.11 2012/09/01 18:42:36 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/d2x-0.2.5-r3.ebuild,v 1.12 2014/05/15 16:21:40 ulm Exp $ EAPI=2 inherit eutils flag-o-matic games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ppc x86" IUSE="cdinstall debug opengl ggi svga" -COMMON="media-libs/libsdl[audio,joystick,video] +COMMON="media-libs/libsdl[sound,joystick,video] media-libs/sdl-image opengl? ( virtual/opengl ) ggi? ( media-libs/libggi ) |