diff options
-rw-r--r-- | games-action/luola/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/luola/luola-1.3.2.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games-action/luola/ChangeLog b/games-action/luola/ChangeLog index 9dc0d8100669..b63b0fb27543 100644 --- a/games-action/luola/ChangeLog +++ b/games-action/luola/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/luola # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/luola/ChangeLog,v 1.17 2014/03/18 18:51:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/luola/ChangeLog,v 1.18 2014/05/15 16:23:11 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> luola-1.3.2.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> -files/luola-1.3.0-underlink.patch, -luola-1.3.0-r1.ebuild: diff --git a/games-action/luola/luola-1.3.2.ebuild b/games-action/luola/luola-1.3.2.ebuild index 971adf1f5fe8..ec5cf052ca37 100644 --- a/games-action/luola/luola-1.3.2.ebuild +++ b/games-action/luola/luola-1.3.2.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/luola/luola-1.3.2.ebuild,v 1.5 2013/12/24 12:43:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/luola/luola-1.3.2.ebuild,v 1.6 2014/05/15 16:23:11 ulm Exp $ EAPI=5 inherit eutils autotools gnome2-utils games @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -RDEPEND="media-libs/libsdl[X,audio,joystick,video] +RDEPEND="media-libs/libsdl[X,sound,joystick,video] media-libs/sdl-gfx media-libs/sdl-image[jpeg,png] media-libs/sdl-mixer |