diff options
author | Brent Baude <ranger@gentoo.org> | 2012-04-17 21:47:43 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-04-17 21:47:43 +0000 |
commit | ea3ce8b933af6e6e8e2d56e365ffe7a2625c342e (patch) | |
tree | f6a5db4e815475b77f6c50fc27d913229b5dbbef /media-libs/sdl-mixer | |
parent | Marking gnuchess-book-1.02 ppc64 for bug 411769 (diff) | |
download | gentoo-2-ea3ce8b933af6e6e8e2d56e365ffe7a2625c342e.tar.gz gentoo-2-ea3ce8b933af6e6e8e2d56e365ffe7a2625c342e.tar.bz2 gentoo-2-ea3ce8b933af6e6e8e2d56e365ffe7a2625c342e.zip |
Marking sdl-mixer-1.2.12 ppc64 for bug 411531
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'media-libs/sdl-mixer')
-rw-r--r-- | media-libs/sdl-mixer/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/sdl-mixer/sdl-mixer-1.2.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/sdl-mixer/ChangeLog b/media-libs/sdl-mixer/ChangeLog index 181dd18e9e3b..1b404285924c 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.96 2012/04/17 21:15:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.97 2012/04/17 21:47:43 ranger Exp $ + + 17 Apr 2012; Brent Baude <ranger@gentoo.org> sdl-mixer-1.2.12.ebuild: + Marking sdl-mixer-1.2.12 ppc64 for bug 411531 17 Apr 2012; Michael Sterrett <mr_bones_@gentoo.org> sdl-mixer-1.2.12.ebuild: link the midi-related use flags more (bug #412407) diff --git a/media-libs/sdl-mixer/sdl-mixer-1.2.12.ebuild b/media-libs/sdl-mixer/sdl-mixer-1.2.12.ebuild index fdf5ae153fa2..c363793320dd 100644 --- a/media-libs/sdl-mixer/sdl-mixer-1.2.12.ebuild +++ b/media-libs/sdl-mixer/sdl-mixer-1.2.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.12.ebuild,v 1.12 2012/04/17 21:15:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.12.ebuild,v 1.13 2012/04/17 21:47:43 ranger Exp $ EAPI=4 inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://www.libsdl.org/projects/SDL_mixer/release/${MY_P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~mips ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="flac fluidsynth mad midi mikmod modplug mp3 playtools static-libs timidity vorbis +wav" REQUIRED_USE=" midi? ( || ( timidity fluidsynth ) ) |