diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-12-30 19:30:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-12-30 19:30:41 +0000 |
commit | ff47ebc17e4477b87070eb07c68fa61e2aecde13 (patch) | |
tree | d9a6f5a865d3d940951391abc1854af1ada6e443 /media-libs/sdl-mixer | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-ff47ebc17e4477b87070eb07c68fa61e2aecde13.tar.gz gentoo-2-ff47ebc17e4477b87070eb07c68fa61e2aecde13.tar.bz2 gentoo-2-ff47ebc17e4477b87070eb07c68fa61e2aecde13.zip |
tidy
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'media-libs/sdl-mixer')
-rw-r--r-- | media-libs/sdl-mixer/sdl-mixer-1.2.11.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/media-libs/sdl-mixer/sdl-mixer-1.2.11.ebuild b/media-libs/sdl-mixer/sdl-mixer-1.2.11.ebuild index 34576a11b1d2..9761800bddd3 100644 --- a/media-libs/sdl-mixer/sdl-mixer-1.2.11.ebuild +++ b/media-libs/sdl-mixer/sdl-mixer-1.2.11.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.11.ebuild,v 1.1 2009/11/15 20:09:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.11.ebuild,v 1.2 2009/12/30 19:30:41 mr_bones_ Exp $ EAPI=2 - inherit eutils MY_P=${P/sdl-/SDL_} @@ -36,8 +35,7 @@ src_configure() { $(use_enable vorbis music-ogg) \ $(use_enable flac music-flac) \ $(use mad && echo --disable-music-mp3 || use_enable mp3 music-mp3) \ - $(use_enable mad music-mp3-mad-gpl) \ - || die + $(use_enable mad music-mp3-mad-gpl) } src_install() { |