diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-08-24 07:14:07 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-08-24 07:14:07 +0000 |
commit | 1fa9546930097327b563a657bf40c8dc0bc4e6ec (patch) | |
tree | f838042ebcff5a39f843f4c1748a7359e745dbee /games-arcade/solarwolf | |
parent | Bump (diff) | |
download | gentoo-2-1fa9546930097327b563a657bf40c8dc0bc4e6ec.tar.gz gentoo-2-1fa9546930097327b563a657bf40c8dc0bc4e6ec.tar.bz2 gentoo-2-1fa9546930097327b563a657bf40c8dc0bc4e6ec.zip |
any mod support will do
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'games-arcade/solarwolf')
-rw-r--r-- | games-arcade/solarwolf/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/solarwolf/solarwolf-1.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-arcade/solarwolf/ChangeLog b/games-arcade/solarwolf/ChangeLog index 2637ba2da5dd..a47c611f0b11 100644 --- a/games-arcade/solarwolf/ChangeLog +++ b/games-arcade/solarwolf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/solarwolf -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/solarwolf/ChangeLog,v 1.18 2009/01/09 20:39:13 mr_bones_ Exp $ +# Copyright 2000-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/solarwolf/ChangeLog,v 1.19 2012/08/24 07:14:07 mr_bones_ Exp $ + + 24 Aug 2012; Michael Sterrett <mr_bones_@gentoo.org> solarwolf-1.5.ebuild: + any mod support will do 09 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> solarwolf-1.5.ebuild: EAPI=2; add use-based dep for media-libs/sdl-mixer diff --git a/games-arcade/solarwolf/solarwolf-1.5.ebuild b/games-arcade/solarwolf/solarwolf-1.5.ebuild index 2dab97232d80..acf67c970698 100644 --- a/games-arcade/solarwolf/solarwolf-1.5.ebuild +++ b/games-arcade/solarwolf/solarwolf-1.5.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/solarwolf/solarwolf-1.5.ebuild,v 1.18 2009/01/09 20:39:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/solarwolf/solarwolf-1.5.ebuild,v 1.19 2012/08/24 07:14:07 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -15,7 +15,7 @@ KEYWORDS="alpha amd64 hppa ppc sparc x86" IUSE="" RDEPEND=">=dev-python/pygame-1.5.6 - media-libs/sdl-mixer[mikmod,vorbis]" + media-libs/sdl-mixer[mod,vorbis]" src_prepare() { find . -name .xvpics -print0 | xargs -0 rm -fr |