diff options
Diffstat (limited to 'media-libs/sdl-sound/sdl-sound-1.0.1-r1.ebuild')
-rw-r--r-- | media-libs/sdl-sound/sdl-sound-1.0.1-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/sdl-sound/sdl-sound-1.0.1-r1.ebuild b/media-libs/sdl-sound/sdl-sound-1.0.1-r1.ebuild index d5008f578f1c..919bb7a7c655 100644 --- a/media-libs/sdl-sound/sdl-sound-1.0.1-r1.ebuild +++ b/media-libs/sdl-sound/sdl-sound-1.0.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-1.0.1-r1.ebuild,v 1.1 2004/10/01 06:32:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-1.0.1-r1.ebuild,v 1.2 2005/06/21 04:36:09 vapier Exp $ MY_P="${P/sdl-/SDL_}" DESCRIPTION="A library that handles the decoding of sound file formats" @@ -9,7 +9,7 @@ SRC_URI="http://icculus.org/SDL_sound/downloads/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 ppc sparc amd64" +KEYWORDS="amd64 ppc sparc x86" IUSE="flac mikmod oggvorbis speex physfs" DEPEND=">=media-libs/libsdl-1.2 @@ -20,7 +20,7 @@ DEPEND=">=media-libs/libsdl-1.2 media-libs/libogg ) physfs? ( dev-games/physfs )" -S="${WORKDIR}/${MY_P}" +S=${WORKDIR}/${MY_P} src_compile() { econf \ |