diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-03-18 16:11:35 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-03-18 16:11:35 +0000 |
commit | 59dec859929697d8176459a8687ddb46fcf7b498 (patch) | |
tree | 792e34ac932ebc83943ecb239c4bd7084bd3868b /media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild | |
parent | Version bump, this version does not require libpopt, but it builds C++ bindings. (diff) | |
download | historical-59dec859929697d8176459a8687ddb46fcf7b498.tar.gz historical-59dec859929697d8176459a8687ddb46fcf7b498.tar.bz2 historical-59dec859929697d8176459a8687ddb46fcf7b498.zip |
Added ~ppc64 to 1.0.1-r2 and bump 1.0.1-r1 to stable to make repoman happy (x11-libs/wxGTK dependency)
Package-Manager: portage-2.0.54
Diffstat (limited to 'media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild')
-rw-r--r-- | media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild b/media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild index eb4c0bd9f163..954ebf06bc5a 100644 --- a/media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild +++ b/media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.1-r2.ebuild,v 1.3 2006/01/11 20:09:05 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild,v 1.4 2006/03/18 16:11:35 corsair Exp $ inherit flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="http://icculus.org/SDL_sound/downloads/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="flac mikmod vorbis speex physfs mp3 mpeg" RDEPEND=">=media-libs/libsdl-1.2 |