diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-06-20 07:02:05 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-06-20 07:02:05 +0000 |
commit | 875df7f3c6c6765b4c2b7c4bfb879df1e81de4b9 (patch) | |
tree | 1a4b3f54bab6e76cb2070d5fed94b71a36d2da65 /media-libs/sdl-mixer | |
parent | old (diff) | |
download | gentoo-2-875df7f3c6c6765b4c2b7c4bfb879df1e81de4b9.tar.gz gentoo-2-875df7f3c6c6765b4c2b7c4bfb879df1e81de4b9.tar.bz2 gentoo-2-875df7f3c6c6765b4c2b7c4bfb879df1e81de4b9.zip |
marked x86 per bug 422125
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
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-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/sdl-mixer/ChangeLog b/media-libs/sdl-mixer/ChangeLog index 97cc13fafeac..4f08253ec4ab 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.99 2012/05/16 03:39:40 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.100 2012/06/20 07:02:05 jdhore Exp $ + + 20 Jun 2012; Jeff Horelick <jdhore@gentoo.org> sdl-mixer-1.2.12-r1.ebuild: + marked x86 per bug 422125 16 May 2012; Michael Sterrett <mr_bones_@gentoo.org> sdl-mixer-1.2.12-r1.ebuild: diff --git a/media-libs/sdl-mixer/sdl-mixer-1.2.12-r1.ebuild b/media-libs/sdl-mixer/sdl-mixer-1.2.12-r1.ebuild index 2aa8168fad51..fb1a1d617344 100644 --- a/media-libs/sdl-mixer/sdl-mixer-1.2.12-r1.ebuild +++ b/media-libs/sdl-mixer/sdl-mixer-1.2.12-r1.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-r1.ebuild,v 1.2 2012/05/16 03:39:40 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.12-r1.ebuild,v 1.3 2012/06/20 07:02:05 jdhore 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 mod modplug mp3 playtools smpeg static-libs timidity vorbis +wav" REQUIRED_USE=" midi? ( || ( timidity fluidsynth ) ) |