diff options
author | David Holm <dholm@gentoo.org> | 2004-09-03 01:01:24 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-09-03 01:01:24 +0000 |
commit | a6cfae04f9ca3d2b3bf8ccf61de40f616070e8f7 (patch) | |
tree | 7b12d86ca4e33fe11fc9b293b5bc03e8d504014d /media-sound/glmix/glmix-0.1.ebuild | |
parent | fix die in subshell (Manifest recommit) (diff) | |
download | gentoo-2-a6cfae04f9ca3d2b3bf8ccf61de40f616070e8f7.tar.gz gentoo-2-a6cfae04f9ca3d2b3bf8ccf61de40f616070e8f7.tar.bz2 gentoo-2-a6cfae04f9ca3d2b3bf8ccf61de40f616070e8f7.zip |
Added to ~ppc
Diffstat (limited to 'media-sound/glmix/glmix-0.1.ebuild')
-rw-r--r-- | media-sound/glmix/glmix-0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/glmix/glmix-0.1.ebuild b/media-sound/glmix/glmix-0.1.ebuild index 65c279507deb..b5f9d4fdd9ee 100644 --- a/media-sound/glmix/glmix-0.1.ebuild +++ b/media-sound/glmix/glmix-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/glmix/glmix-0.1.ebuild,v 1.2 2004/08/23 21:41:15 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/glmix/glmix-0.1.ebuild,v 1.3 2004/09/03 00:58:36 dholm Exp $ DESCRIPTION="A 3D widget for mixing up to eight JACK audio streams down to stereo" HOMEPAGE="http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/" @@ -8,7 +8,7 @@ SRC_URI="http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~ppc" IUSE="" S="${WORKDIR}/glmix" |