diff options
author | 2012-11-25 09:16:25 +0000 | |
---|---|---|
committer | 2012-11-25 09:16:25 +0000 | |
commit | 9e7137f4d28dc79904f84e138c386aef3e95ba1c (patch) | |
tree | 06b3745e04840235347acb3ca6411807fe7c85a8 /media-libs | |
parent | ppc64 stable wrt #421795 (diff) | |
download | gentoo-2-9e7137f4d28dc79904f84e138c386aef3e95ba1c.tar.gz gentoo-2-9e7137f4d28dc79904f84e138c386aef3e95ba1c.tar.bz2 gentoo-2-9e7137f4d28dc79904f84e138c386aef3e95ba1c.zip |
Marked ~x64-macos
(Portage version: 2.2.01.21313-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/sdl-sound/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/sdl-sound/sdl-sound-1.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/sdl-sound/ChangeLog b/media-libs/sdl-sound/ChangeLog index 63e4750345cc..8700b81eaff9 100644 --- a/media-libs/sdl-sound/ChangeLog +++ b/media-libs/sdl-sound/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/sdl-sound # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/ChangeLog,v 1.43 2012/09/03 15:31:22 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/ChangeLog,v 1.44 2012/11/25 09:16:25 grobian Exp $ + + 25 Nov 2012; Fabian Groffen <grobian@gentoo.org> sdl-sound-1.0.3.ebuild: + Marked ~x64-macos 03 Sep 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> sdl-sound-1.0.3.ebuild: diff --git a/media-libs/sdl-sound/sdl-sound-1.0.3.ebuild b/media-libs/sdl-sound/sdl-sound-1.0.3.ebuild index 5d713e21cfbb..473dc1a07325 100644 --- a/media-libs/sdl-sound/sdl-sound-1.0.3.ebuild +++ b/media-libs/sdl-sound/sdl-sound-1.0.3.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-sound/sdl-sound-1.0.3.ebuild,v 1.10 2012/09/03 15:31:22 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-1.0.3.ebuild,v 1.11 2012/11/25 09:16:25 grobian Exp $ EAPI=2 inherit autotools eutils @@ -12,7 +12,7 @@ SRC_URI="http://icculus.org/SDL_sound/downloads/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm ppc ppc64 sparc x86 ~x86-fbsd ~x64-macos" IUSE="flac mikmod modplug mp3 mpeg physfs speex static-libs vorbis" RDEPEND=">=media-libs/libsdl-1.2 |