diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-04-03 00:02:09 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-04-03 00:02:09 +0000 |
commit | 1a8422477871af889e314d4d744345c4924c9d84 (patch) | |
tree | 63fcda4ebcbfd9ac7d223a88d0f6a6c85c49d49d /media-libs/sdl-mixer | |
parent | Update ~x86-fbsd keyword. (diff) | |
download | gentoo-2-1a8422477871af889e314d4d744345c4924c9d84.tar.gz gentoo-2-1a8422477871af889e314d4d744345c4924c9d84.tar.bz2 gentoo-2-1a8422477871af889e314d4d744345c4924c9d84.zip |
Stable on alpha wrt bug #125673. Tested by Mike Hlavac <mike@flyingpenguins.org>
(Portage version: 2.0.54)
Diffstat (limited to 'media-libs/sdl-mixer')
-rw-r--r-- | media-libs/sdl-mixer/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/sdl-mixer/sdl-mixer-1.2.6-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/sdl-mixer/ChangeLog b/media-libs/sdl-mixer/ChangeLog index bcb2989c6fe4..c403453919d5 100644 --- a/media-libs/sdl-mixer/ChangeLog +++ b/media-libs/sdl-mixer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/sdl-mixer # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.37 2006/03/24 17:27:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.38 2006/04/03 00:02:09 tcort Exp $ + + 03 Apr 2006; Thomas Cort <tcort@gentoo.org> sdl-mixer-1.2.6-r1.ebuild: + Stable on alpha wrt bug #125673. Tested by Mike Hlavac + <mike@flyingpenguins.org> 24 Mar 2006; Aron Griffis <agriffis@gentoo.org> sdl-mixer-1.2.6-r1.ebuild: Mark 1.2.6-r1 stable on ia64. #125673 diff --git a/media-libs/sdl-mixer/sdl-mixer-1.2.6-r1.ebuild b/media-libs/sdl-mixer/sdl-mixer-1.2.6-r1.ebuild index 2af70a442555..5a57181d74d1 100644 --- a/media-libs/sdl-mixer/sdl-mixer-1.2.6-r1.ebuild +++ b/media-libs/sdl-mixer/sdl-mixer-1.2.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.6-r1.ebuild,v 1.11 2006/03/28 18:32:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.6-r1.ebuild,v 1.12 2006/04/03 00:02:09 tcort Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.libsdl.org/projects/SDL_mixer/release/${MY_P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="mp3 mikmod timidity vorbis" DEPEND=">=media-libs/libsdl-1.2.5 |