diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-01-25 19:48:55 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-01-25 19:48:55 +0000 |
commit | bb12ef3a05688d0031942c1ce5c595aec6add6a8 (patch) | |
tree | 1e2f4d1abca206f01f090572242a4e61f39d1462 | |
parent | Stable on ppc64; bug #207154 (diff) | |
download | gentoo-2-bb12ef3a05688d0031942c1ce5c595aec6add6a8.tar.gz gentoo-2-bb12ef3a05688d0031942c1ce5c595aec6add6a8.tar.bz2 gentoo-2-bb12ef3a05688d0031942c1ce5c595aec6add6a8.zip |
Stable on ppc64; bug #207051
(Portage version: 2.1.3.19)
-rw-r--r-- | media-libs/sdl-mixer/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/sdl-mixer/sdl-mixer-1.2.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/sdl-mixer/ChangeLog b/media-libs/sdl-mixer/ChangeLog index 638f8eb84a7b..138a12967520 100644 --- a/media-libs/sdl-mixer/ChangeLog +++ b/media-libs/sdl-mixer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/sdl-mixer # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.55 2008/01/24 18:11:50 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.56 2008/01/25 19:48:55 corsair Exp $ + + 25 Jan 2008; Markus Rothe <corsair@gentoo.org> sdl-mixer-1.2.8.ebuild: + Stable on ppc64; bug #207051 24 Jan 2008; nixnut <nixnut@gentoo.org> sdl-mixer-1.2.8.ebuild: Stable on ppc wrt bug 207051 diff --git a/media-libs/sdl-mixer/sdl-mixer-1.2.8.ebuild b/media-libs/sdl-mixer/sdl-mixer-1.2.8.ebuild index 552b524bf21b..8fc0b690428b 100644 --- a/media-libs/sdl-mixer/sdl-mixer-1.2.8.ebuild +++ b/media-libs/sdl-mixer/sdl-mixer-1.2.8.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-mixer/sdl-mixer-1.2.8.ebuild,v 1.4 2008/01/24 18:11:50 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.8.ebuild,v 1.5 2008/01/25 19:48:55 corsair Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.libsdl.org/projects/SDL_mixer/release/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="mp3 mikmod timidity vorbis" DEPEND=">=media-libs/libsdl-1.2.10 |