diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-31 18:03:38 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-31 18:03:38 +0000 |
commit | 8690f4b9a5af245845d85728ab53a1cacfd12fb6 (patch) | |
tree | 0aa3322088026f2cfa1929a0f8807cecdd52c31b /media-sound/amsynth/amsynth-1.0.0.ebuild | |
parent | Ebuild cleanup. (Manifest recommit) (diff) | |
download | gentoo-2-8690f4b9a5af245845d85728ab53a1cacfd12fb6.tar.gz gentoo-2-8690f4b9a5af245845d85728ab53a1cacfd12fb6.tar.bz2 gentoo-2-8690f4b9a5af245845d85728ab53a1cacfd12fb6.zip |
inherit eutils and stable on x86.
Diffstat (limited to 'media-sound/amsynth/amsynth-1.0.0.ebuild')
-rw-r--r-- | media-sound/amsynth/amsynth-1.0.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-sound/amsynth/amsynth-1.0.0.ebuild b/media-sound/amsynth/amsynth-1.0.0.ebuild index d02978361ad7..27c34f892f52 100644 --- a/media-sound/amsynth/amsynth-1.0.0.ebuild +++ b/media-sound/amsynth/amsynth-1.0.0.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.0.0.ebuild,v 1.3 2004/03/15 02:32:41 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.0.0.ebuild,v 1.4 2004/03/31 18:03:38 eradicator Exp $ + +inherit eutils MY_P=${P/_rc/-rc} MY_P=${MY_P/amsynth/amSynth} @@ -12,7 +14,7 @@ RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="oss alsa jack" |