diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-02-12 12:51:15 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-02-12 12:51:15 +0000 |
commit | fddafd17a99c5124c4e329333dbc1e7a33f31ae9 (patch) | |
tree | ff92f5aaab0df9ae9a2328c6d6b1f42868c6bcbc /media-plugins | |
parent | new plugin to stream xmms playlist to shout/ice cast server (diff) | |
download | gentoo-2-fddafd17a99c5124c4e329333dbc1e7a33f31ae9.tar.gz gentoo-2-fddafd17a99c5124c4e329333dbc1e7a33f31ae9.tar.bz2 gentoo-2-fddafd17a99c5124c4e329333dbc1e7a33f31ae9.zip |
added other arches for testing
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/xmms-liveice/xmms-liveice-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/xmms-liveice/xmms-liveice-1.0.0.ebuild b/media-plugins/xmms-liveice/xmms-liveice-1.0.0.ebuild index a9532500b983..4a9a9d94ea18 100644 --- a/media-plugins/xmms-liveice/xmms-liveice-1.0.0.ebuild +++ b/media-plugins/xmms-liveice/xmms-liveice-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-liveice/xmms-liveice-1.0.0.ebuild,v 1.1 2003/02/12 12:50:37 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-liveice/xmms-liveice-1.0.0.ebuild,v 1.2 2003/02/12 12:51:15 seemant Exp $ MY_P=LiveIce-${PV} S=${WORKDIR}/${MY_P} @@ -10,7 +10,7 @@ SRC_URI="http://star.arm.ac.uk/~spm/software/liveice-xmms.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" DEPEND="net-misc/icecast media-sound/xmms" |