diff options
author | 2008-05-24 16:25:43 +0000 | |
---|---|---|
committer | 2008-05-24 16:25:43 +0000 | |
commit | a29019b7809d1ba156eb8ba797f1d4b61e3e0c27 (patch) | |
tree | f947ca2f232d164eb38b9ae66908683c3cc5c807 /media-libs/sdl-sound/sdl-sound-1.0.3.ebuild | |
parent | Oops, forgot the dep on gnome-terminal (diff) | |
download | gentoo-2-a29019b7809d1ba156eb8ba797f1d4b61e3e0c27.tar.gz gentoo-2-a29019b7809d1ba156eb8ba797f1d4b61e3e0c27.tar.bz2 gentoo-2-a29019b7809d1ba156eb8ba797f1d4b61e3e0c27.zip |
Stable on ppc wrt bug 223243
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-libs/sdl-sound/sdl-sound-1.0.3.ebuild')
-rw-r--r-- | media-libs/sdl-sound/sdl-sound-1.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/sdl-sound/sdl-sound-1.0.3.ebuild b/media-libs/sdl-sound/sdl-sound-1.0.3.ebuild index 9160897253d1..8fa3c6f33ef2 100644 --- a/media-libs/sdl-sound/sdl-sound-1.0.3.ebuild +++ b/media-libs/sdl-sound/sdl-sound-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.3.ebuild,v 1.3 2008/05/22 21:02:56 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-1.0.3.ebuild,v 1.4 2008/05/24 16:25:43 nixnut 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="amd64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="flac mikmod vorbis speex physfs mp3 mpeg" RDEPEND=">=media-libs/libsdl-1.2 |