diff options
-rw-r--r-- | media-sound/snd/snd-7.15.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-sound/snd/snd-7.15.ebuild b/media-sound/snd/snd-7.15.ebuild index b1cd168bc0e3..34764127de9d 100644 --- a/media-sound/snd/snd-7.15.ebuild +++ b/media-sound/snd/snd-7.15.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-7.15.ebuild,v 1.2 2005/10/05 12:46:23 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-7.15.ebuild,v 1.3 2005/10/05 12:48:45 matsuu Exp $ IUSE="X alsa esd fam fftw gsl gtk guile jack ladspa motif nls opengl ruby" +inherit multilib + S="${WORKDIR}/${P/\.*//}" DESCRIPTION="Snd is a sound editor" HOMEPAGE="http://ccrma.stanford.edu/software/snd/" |