diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:31:42 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:31:42 +0000 |
commit | b94936abf53fc8805502364c8a949bce166ec619 (patch) | |
tree | 828a473cb4062a8c21bd90bc87aaf414c3f01fad /games-arcade/ri-li | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-b94936abf53fc8805502364c8a949bce166ec619.tar.gz gentoo-2-b94936abf53fc8805502364c8a949bce166ec619.tar.bz2 gentoo-2-b94936abf53fc8805502364c8a949bce166ec619.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/ri-li')
-rw-r--r-- | games-arcade/ri-li/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/ri-li/ri-li-2.0.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-arcade/ri-li/ChangeLog b/games-arcade/ri-li/ChangeLog index 61acdc7d969b..fe763dde1248 100644 --- a/games-arcade/ri-li/ChangeLog +++ b/games-arcade/ri-li/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/ri-li -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ChangeLog,v 1.13 2012/09/19 18:54:38 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ChangeLog,v 1.14 2014/05/15 16:31:42 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> ri-li-2.0.1.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 19 Sep 2012; Michael Sterrett <mr_bones_@gentoo.org> ri-li-2.0.1.ebuild: any mod support will do diff --git a/games-arcade/ri-li/ri-li-2.0.1.ebuild b/games-arcade/ri-li/ri-li-2.0.1.ebuild index 82788d359106..11e122c08b61 100644 --- a/games-arcade/ri-li/ri-li-2.0.1.ebuild +++ b/games-arcade/ri-li/ri-li-2.0.1.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/ri-li/ri-li-2.0.1.ebuild,v 1.7 2012/09/19 18:54:38 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ri-li-2.0.1.ebuild,v 1.8 2014/05/15 16:31:42 ulm Exp $ EAPI=2 inherit autotools eutils games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="media-libs/libsdl[audio,video] +DEPEND="media-libs/libsdl[sound,video] media-libs/sdl-mixer[mod]" S=${WORKDIR}/Ri-li-${PV} |