diff options
author | 2014-10-23 20:12:10 +0000 | |
---|---|---|
committer | 2014-10-23 20:12:10 +0000 | |
commit | b036393f37018a70b9187a0c82e4de61a774b27b (patch) | |
tree | ef3fc3fc6937be3c2f0dae4ec80b573fca02e074 /media-libs/sdl-mixer | |
parent | arm stable, bug #525550 (diff) | |
download | gentoo-2-b036393f37018a70b9187a0c82e4de61a774b27b.tar.gz gentoo-2-b036393f37018a70b9187a0c82e4de61a774b27b.tar.bz2 gentoo-2-b036393f37018a70b9187a0c82e4de61a774b27b.zip |
arm stable, bug #525500
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
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-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 0abba257aaeb..3640faaf2306 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.133 2014/10/21 21:38:41 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.134 2014/10/23 20:12:10 maekke Exp $ + + 23 Oct 2014; Markus Meier <maekke@gentoo.org> sdl-mixer-1.2.12-r4.ebuild: + arm stable, bug #525500 21 Oct 2014; Pacho Ramos <pacho@gentoo.org> sdl-mixer-1.2.12-r4.ebuild: amd64/x86 stable, 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 eff3b068891f..6d536b675c4b 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.7 2014/10/21 21:38:41 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild,v 1.8 2014/10/23 20:12:10 maekke 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 ) ) |