diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-08-24 06:56:06 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-08-24 06:56:06 +0000 |
commit | 95538eb22f5332897202742aa04ca8173119351f (patch) | |
tree | 61795c8badc9f642574134537a0ee114f75a951f /media-libs/sdl-mixer | |
parent | expose mod/modplug on sparc since they have the keywords; hide fluidsynth (diff) | |
download | gentoo-2-95538eb22f5332897202742aa04ca8173119351f.tar.gz gentoo-2-95538eb22f5332897202742aa04ca8173119351f.tar.bz2 gentoo-2-95538eb22f5332897202742aa04ca8173119351f.zip |
clean old; re-add dropped ia64 keyword
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/sdl-mixer')
-rw-r--r-- | media-libs/sdl-mixer/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/sdl-mixer/sdl-mixer-1.2.12-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/sdl-mixer/ChangeLog b/media-libs/sdl-mixer/ChangeLog index 929658a95d15..a9cc9b2167e3 100644 --- a/media-libs/sdl-mixer/ChangeLog +++ b/media-libs/sdl-mixer/ChangeLog @@ -1,6 +1,10 @@ # 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.107 2012/08/23 18:10:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.108 2012/08/24 06:56:06 mr_bones_ Exp $ + + 24 Aug 2012; Michael Sterrett <mr_bones_@gentoo.org> + sdl-mixer-1.2.12-r1.ebuild: + clean old; re-add dropped ia64 keyword 23 Aug 2012; Michael Sterrett <mr_bones_@gentoo.org> -sdl-mixer-1.2.12.ebuild: old 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 7a09f4b971b9..dd6ca3ae9cf2 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.9 2012/07/29 18:49:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.12-r1.ebuild,v 1.10 2012/08/24 06:56:06 mr_bones_ 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 ~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 ) ) |