diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-05-25 07:04:05 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-05-25 07:04:05 +0000 |
commit | c37160b31553a27c9ed52f51ac5a020a453c3fbc (patch) | |
tree | 7c0ac8243f57c370be0c5f4462059ea8b0f623a1 /media-libs/sdl-sound | |
parent | Stable on ppc64; bug #223241 (diff) | |
download | gentoo-2-c37160b31553a27c9ed52f51ac5a020a453c3fbc.tar.gz gentoo-2-c37160b31553a27c9ed52f51ac5a020a453c3fbc.tar.bz2 gentoo-2-c37160b31553a27c9ed52f51ac5a020a453c3fbc.zip |
Stable on ppc64; bug #223243
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-libs/sdl-sound')
-rw-r--r-- | media-libs/sdl-sound/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/sdl-sound/sdl-sound-1.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/sdl-sound/ChangeLog b/media-libs/sdl-sound/ChangeLog index 49365a8f8f4e..a2ade31b5d5d 100644 --- a/media-libs/sdl-sound/ChangeLog +++ b/media-libs/sdl-sound/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/sdl-sound # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/ChangeLog,v 1.37 2008/05/24 16:25:43 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/ChangeLog,v 1.38 2008/05/25 07:04:05 corsair Exp $ + + 25 May 2008; Markus Rothe <corsair@gentoo.org> sdl-sound-1.0.3.ebuild: + Stable on ppc64; bug #223243 24 May 2008; nixnut <nixnut@gentoo.org> sdl-sound-1.0.3.ebuild: Stable on ppc wrt bug 223243 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 8fa3c6f33ef2..0ebd9cf3ba44 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.4 2008/05/24 16:25:43 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-1.0.3.ebuild,v 1.5 2008/05/25 07:04:05 corsair 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 |