diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-26 16:24:22 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-26 16:24:22 +0000 |
commit | 3ba890bf4ee266d83e3ed07355170d0788e60575 (patch) | |
tree | 47db410610b602e686b78df977f0d26a9f627a96 /media-libs/fmod/fmod-3.62.ebuild | |
parent | Stable x86. (Manifest recommit) (diff) | |
download | gentoo-2-3ba890bf4ee266d83e3ed07355170d0788e60575.tar.gz gentoo-2-3ba890bf4ee266d83e3ed07355170d0788e60575.tar.bz2 gentoo-2-3ba890bf4ee266d83e3ed07355170d0788e60575.zip |
.70 and .71 in stable x86. Added empty IUSE
Diffstat (limited to 'media-libs/fmod/fmod-3.62.ebuild')
-rw-r--r-- | media-libs/fmod/fmod-3.62.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-libs/fmod/fmod-3.62.ebuild b/media-libs/fmod/fmod-3.62.ebuild index 6f724f5dc527..c2fbfec4858b 100644 --- a/media-libs/fmod/fmod-3.62.ebuild +++ b/media-libs/fmod/fmod-3.62.ebuild @@ -1,12 +1,14 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fmod/fmod-3.62.ebuild,v 1.4 2004/03/19 07:56:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/fmod/fmod-3.62.ebuild,v 1.5 2004/03/26 16:24:22 eradicator Exp $ MY_P="fmodapi${PV/.}linux" DESCRIPTION="music and sound effects library, and a sound processing system" SRC_URI="http://www.fmod.org/files/${MY_P}.tar.gz" HOMEPAGE="http://www.fmod.org/" +IUSE="" + SLOT="0" LICENSE="fmod" KEYWORDS="x86 ppc sparc -mips -alpha -hppa" |