diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 19:11:30 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 19:11:30 +0000 |
commit | 3537c1bc669cb0d93430fe1f7ffdbbf8465f1d0a (patch) | |
tree | 8d6ddce603abdafcff5588d9565036425cb2bd77 /media-sound/amsynth | |
parent | QA: Cleaner einfo, ewarn, eerror and echo usage (diff) | |
download | gentoo-2-3537c1bc669cb0d93430fe1f7ffdbbf8465f1d0a.tar.gz gentoo-2-3537c1bc669cb0d93430fe1f7ffdbbf8465f1d0a.tar.bz2 gentoo-2-3537c1bc669cb0d93430fe1f7ffdbbf8465f1d0a.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-sound/amsynth')
-rw-r--r-- | media-sound/amsynth/amsynth-1.0.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/amsynth/amsynth-1.0.0.ebuild b/media-sound/amsynth/amsynth-1.0.0.ebuild index 8b00c805f846..1040968d0dc0 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-2005 Gentoo Foundation # 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.11 2005/04/03 04:38:00 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.0.0.ebuild,v 1.12 2005/07/09 19:09:07 swegener Exp $ IUSE="oss alsa jack" @@ -46,12 +46,12 @@ src_install() { } pkg_postinst() { - einfo "" + einfo einfo "amSynth has been installed normally." einfo "If you would like to use the virtual" einfo "keyboard option, then do" einfo "emerge vkeybd" einfo "and make sure you emerged amSynth" einfo "with alsa support (USE=alsa)" - einfo "" + einfo } |