summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/amsynth')
-rw-r--r--media-sound/amsynth/ChangeLog5
-rw-r--r--media-sound/amsynth/amsynth-1.2.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/amsynth/ChangeLog b/media-sound/amsynth/ChangeLog
index 62f7ac7f3896..c21b9ffc2db8 100644
--- a/media-sound/amsynth/ChangeLog
+++ b/media-sound/amsynth/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/amsynth
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.28 2008/04/20 18:44:02 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.29 2008/04/20 18:50:22 flameeyes Exp $
+
+ 20 Apr 2008; Diego Pettenò <flameeyes@gentoo.org> amsynth-1.2.0.ebuild:
+ Fix copy-paste mistake in eerror message.
20 Apr 2008; Diego Pettenò <flameeyes@gentoo.org> amsynth-1.2.0.ebuild:
Shorten description.
diff --git a/media-sound/amsynth/amsynth-1.2.0.ebuild b/media-sound/amsynth/amsynth-1.2.0.ebuild
index dbebb0f5c081..3a2f6e96799d 100644
--- a/media-sound/amsynth/amsynth-1.2.0.ebuild
+++ b/media-sound/amsynth/amsynth-1.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.2.0.ebuild,v 1.5 2008/04/20 18:44:02 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.2.0.ebuild,v 1.6 2008/04/20 18:50:22 flameeyes Exp $
IUSE="debug alsa jack sndfile oss"
@@ -29,7 +29,7 @@ S="${WORKDIR}/${MY_P}"
pkg_setup() {
if use alsa && ! built_with_use --missing true media-libs/alsa-lib midi; then
eerror ""
- eerror "To be able to build Fluidsynth with ALSA support you need"
+ eerror "To be able to build amSynth with ALSA support you need"
eerror "to have built media-libs/alsa-lib with midi USE flag."
die "Missing midi USE flag on media-libs/alsa-lib"
fi