diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-09-19 18:54:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-09-19 18:54:38 +0000 |
commit | ce1c8096c516b124e94dec3ee8c7442bc8972d4a (patch) | |
tree | 0b8dfe6acb3397b84321919517c867050b3522b8 /games-arcade/ri-li | |
parent | initial import wrt #398431 (diff) | |
download | gentoo-2-ce1c8096c516b124e94dec3ee8c7442bc8972d4a.tar.gz gentoo-2-ce1c8096c516b124e94dec3ee8c7442bc8972d4a.tar.bz2 gentoo-2-ce1c8096c516b124e94dec3ee8c7442bc8972d4a.zip |
any mod support will do
(Portage version: 2.1.11.9/cvs/Linux x86_64)
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 | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/games-arcade/ri-li/ChangeLog b/games-arcade/ri-li/ChangeLog index 4cde5ec9dee3..61acdc7d969b 100644 --- a/games-arcade/ri-li/ChangeLog +++ b/games-arcade/ri-li/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/ri-li -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ChangeLog,v 1.12 2009/01/18 22:23:52 mr_bones_ Exp $ +# 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 $ + + 19 Sep 2012; Michael Sterrett <mr_bones_@gentoo.org> ri-li-2.0.1.ebuild: + any mod support will do 18 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> ri-li-2.0.1.ebuild: EAPI=2; add use-based dep; fix license @@ -47,4 +50,3 @@ 28 Jul 2006; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml, +ri-li-1.0.3.ebuild: initial commit - ebuild submitted by Benoit GANNE via bug #139359 - 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 a007ea5999a9..82788d359106 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-2009 Gentoo Foundation +# Copyright 1999-2012 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.6 2009/01/18 22:23:52 mr_bones_ Exp $ +# $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 $ EAPI=2 inherit autotools eutils games @@ -14,8 +14,8 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="media-libs/libsdl - media-libs/sdl-mixer[mikmod]" +DEPEND="media-libs/libsdl[audio,video] + media-libs/sdl-mixer[mod]" S=${WORKDIR}/Ri-li-${PV} |