diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 19:58:12 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 19:58:12 +0000 |
commit | d17ea32cc45afe6120c5ea0e32033f4902242f27 (patch) | |
tree | 4148245d6613f7fa009c184bcd2a1e9d53cfdb7b /media-sound/amsynth | |
parent | (Manifest recommit) (diff) | |
download | historical-d17ea32cc45afe6120c5ea0e32033f4902242f27.tar.gz historical-d17ea32cc45afe6120c5ea0e32033f4902242f27.tar.bz2 historical-d17ea32cc45afe6120c5ea0e32033f4902242f27.zip |
Add inherit eutils
Diffstat (limited to 'media-sound/amsynth')
-rw-r--r-- | media-sound/amsynth/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/amsynth/amsynth-1.0_rc4.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/media-sound/amsynth/ChangeLog b/media-sound/amsynth/ChangeLog index 5150b67398fd..4fa02ef50503 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.9 2004/04/24 13:11:31 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.10 2004/04/27 19:57:06 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> amsynth-1.0_rc4.ebuild: + Add inherit eutils 24 Apr 2004; Danny van Dyk <kugelfang@gentoo.org> amsynth-1.0.0.ebuild: marked ~amd64 diff --git a/media-sound/amsynth/amsynth-1.0_rc4.ebuild b/media-sound/amsynth/amsynth-1.0_rc4.ebuild index f80a394baae6..f855bf77df34 100644 --- a/media-sound/amsynth/amsynth-1.0_rc4.ebuild +++ b/media-sound/amsynth/amsynth-1.0_rc4.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_rc4.ebuild,v 1.3 2004/03/15 02:32:41 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.0_rc4.ebuild,v 1.4 2004/04/27 19:57:06 agriffis Exp $ + +inherit eutils MY_P=${P/_rc/-rc} MY_P=${MY_P/amsynth/amSynth} |