diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-04-24 13:11:31 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-04-24 13:11:31 +0000 |
commit | 3dae5983a8e764bf01178c7f4896ab58f499fde1 (patch) | |
tree | e17e5cd7ba5f849e36b8729d3e50f0602f269d76 /media-sound | |
parent | added get number of jobs to make sure that makeopts are sane. Closes #38299. ... (diff) | |
download | gentoo-2-3dae5983a8e764bf01178c7f4896ab58f499fde1.tar.gz gentoo-2-3dae5983a8e764bf01178c7f4896ab58f499fde1.tar.bz2 gentoo-2-3dae5983a8e764bf01178c7f4896ab58f499fde1.zip |
~amd64
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/amsynth/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/amsynth/amsynth-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/amsynth/ChangeLog b/media-sound/amsynth/ChangeLog index d172a0e47847..5150b67398fd 100644 --- a/media-sound/amsynth/ChangeLog +++ b/media-sound/amsynth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/amsynth # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.8 2004/03/31 18:03:38 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.9 2004/04/24 13:11:31 kugelfang Exp $ + + 24 Apr 2004; Danny van Dyk <kugelfang@gentoo.org> amsynth-1.0.0.ebuild: + marked ~amd64 31 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> amsynth-1.0.0.ebuild: inherit eutils and stable on x86. diff --git a/media-sound/amsynth/amsynth-1.0.0.ebuild b/media-sound/amsynth/amsynth-1.0.0.ebuild index 27c34f892f52..135a1dc0f64d 100644 --- a/media-sound/amsynth/amsynth-1.0.0.ebuild +++ b/media-sound/amsynth/amsynth-1.0.0.ebuild @@ -1,6 +1,6 @@ # 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.4 2004/03/31 18:03:38 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.0.0.ebuild,v 1.5 2004/04/24 13:11:31 kugelfang Exp $ inherit eutils @@ -14,7 +14,7 @@ RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ~ppc ~amd64" IUSE="oss alsa jack" |