diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-06 04:25:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-06 04:25:38 +0000 |
commit | 301d6e705b23111b52e90690acf6f92caa7e5949 (patch) | |
tree | 10d051a4ef56479c7ea55746dcbe3cea67e8a43b /media-libs/sdl-mixer | |
parent | Stable for amd64, wrt bug #455488 (diff) | |
download | gentoo-2-301d6e705b23111b52e90690acf6f92caa7e5949.tar.gz gentoo-2-301d6e705b23111b52e90690acf6f92caa7e5949.tar.bz2 gentoo-2-301d6e705b23111b52e90690acf6f92caa7e5949.zip |
Stable for amd64, wrt bug #455490
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
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-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/sdl-mixer/ChangeLog b/media-libs/sdl-mixer/ChangeLog index 9ee37bf94d85..d6480a821ce8 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.114 2013/01/22 21:03:21 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.115 2013/02/06 04:25:38 ago Exp $ + + 06 Feb 2013; Agostino Sarubbo <ago@gentoo.org> sdl-mixer-1.2.12-r3.ebuild: + Stable for amd64, wrt bug #455490 22 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -sdl-mixer-1.2.12-r2.ebuild: diff --git a/media-libs/sdl-mixer/sdl-mixer-1.2.12-r3.ebuild b/media-libs/sdl-mixer/sdl-mixer-1.2.12-r3.ebuild index 062e52cd5fb3..9d74f15d5551 100644 --- a/media-libs/sdl-mixer/sdl-mixer-1.2.12-r3.ebuild +++ b/media-libs/sdl-mixer/sdl-mixer-1.2.12-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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-r3.ebuild,v 1.1 2013/01/02 08:38:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.12-r3.ebuild,v 1.2 2013/02/06 04:25:38 ago 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 ~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 ) ) |