summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2014-10-09 04:33:59 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2014-10-09 04:33:59 +0000
commitc958c7e5ac07b8bf02ddfe6969c702a4132b777d (patch)
tree79b18f75b76408630399cfec7f6efa02c527f815 /games-arcade
parentVersion bump. (diff)
downloadgentoo-2-c958c7e5ac07b8bf02ddfe6969c702a4132b777d.tar.gz
gentoo-2-c958c7e5ac07b8bf02ddfe6969c702a4132b777d.tar.bz2
gentoo-2-c958c7e5ac07b8bf02ddfe6969c702a4132b777d.zip
mikmod -> mod (bug #524758)
(Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/supertux/ChangeLog5
-rw-r--r--games-arcade/supertux/supertux-0.1.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/games-arcade/supertux/ChangeLog b/games-arcade/supertux/ChangeLog
index d9c2db7e9690..a3b5718b3525 100644
--- a/games-arcade/supertux/ChangeLog
+++ b/games-arcade/supertux/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/supertux
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.36 2014/08/10 21:22:46 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.37 2014/10/09 04:33:59 mr_bones_ Exp $
+
+ 09 Oct 2014; Michael Sterrett <mr_bones_@gentoo.org> supertux-0.1.3.ebuild:
+ mikmod -> mod (bug #524758)
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> supertux-0.1.3.ebuild:
QA: drop trailing '.' from DESCRIPTION
diff --git a/games-arcade/supertux/supertux-0.1.3.ebuild b/games-arcade/supertux/supertux-0.1.3.ebuild
index 802cde4b1f10..6dc9cc7b976d 100644
--- a/games-arcade/supertux/supertux-0.1.3.ebuild
+++ b/games-arcade/supertux/supertux-0.1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v 1.18 2014/08/10 21:22:46 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v 1.19 2014/10/09 04:33:59 mr_bones_ Exp $
EAPI=5
inherit eutils games
@@ -16,7 +16,7 @@ IUSE="opengl"
DEPEND="media-libs/libsdl[joystick]
media-libs/sdl-image[png,jpeg]
- media-libs/sdl-mixer[mikmod,vorbis]
+ media-libs/sdl-mixer[mod,vorbis]
x11-libs/libXt"
RDEPEND="${DEPEND}"