diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2005-10-05 12:48:45 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2005-10-05 12:48:45 +0000 |
commit | 29dc91872227781f14dc6b09b9bca73ae19b2392 (patch) | |
tree | 1fb1a9813d498079232d97c757093cfcddce332e /media-sound/snd | |
parent | Fixed DEPEND(typo) (diff) | |
download | gentoo-2-29dc91872227781f14dc6b09b9bca73ae19b2392.tar.gz gentoo-2-29dc91872227781f14dc6b09b9bca73ae19b2392.tar.bz2 gentoo-2-29dc91872227781f14dc6b09b9bca73ae19b2392.zip |
inherit multilib
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-sound/snd')
-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/" |