diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-10-21 21:38:41 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-10-21 21:38:41 +0000 |
commit | 81ae7644344f53152612f0d1360ae61e6a0b9b46 (patch) | |
tree | b202ec42ecc24dbc1e82eafad321391cde1ec355 /media-libs | |
parent | amd64/x86 stable, bug #525766 (diff) | |
download | gentoo-2-81ae7644344f53152612f0d1360ae61e6a0b9b46.tar.gz gentoo-2-81ae7644344f53152612f0d1360ae61e6a0b9b46.tar.bz2 gentoo-2-81ae7644344f53152612f0d1360ae61e6a0b9b46.zip |
amd64/x86 stable, bug #525500
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/sdl-mixer/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/sdl-mixer/ChangeLog b/media-libs/sdl-mixer/ChangeLog index a87f781ae23b..0abba257aaeb 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.132 2014/10/21 17:53:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.133 2014/10/21 21:38:41 pacho Exp $ + + 21 Oct 2014; Pacho Ramos <pacho@gentoo.org> sdl-mixer-1.2.12-r4.ebuild: + amd64/x86 stable, bug #525500 21 Oct 2014; Jeroen Roovers <jer@gentoo.org> sdl-mixer-1.2.12-r4.ebuild: Stable for HPPA (bug #525500). diff --git a/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild b/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild index fd645960bdb6..eff3b068891f 100644 --- a/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild +++ b/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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-r4.ebuild,v 1.6 2014/10/21 17:53:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild,v 1.7 2014/10/21 21:38:41 pacho Exp $ EAPI=5 inherit eutils multilib-minimal @@ -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 ~ia64 ~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 ~ia64 ~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 ) ) |