diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-04-20 18:50:22 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-04-20 18:50:22 +0000 |
commit | fb79c22fe5caee825d7b11bb036d078cbb6a4cdf (patch) | |
tree | 5b0bb8f2ed8da801c513f498fd5e3a97fa17af86 /media-sound/amsynth | |
parent | Shorten description. (diff) | |
download | gentoo-2-fb79c22fe5caee825d7b11bb036d078cbb6a4cdf.tar.gz gentoo-2-fb79c22fe5caee825d7b11bb036d078cbb6a4cdf.tar.bz2 gentoo-2-fb79c22fe5caee825d7b11bb036d078cbb6a4cdf.zip |
Fix copy-paste mistake in eerror message.
(Portage version: 2.1.5_rc5)
Diffstat (limited to 'media-sound/amsynth')
-rw-r--r-- | media-sound/amsynth/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/amsynth/amsynth-1.2.0.ebuild | 4 |
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 |