diff options
Diffstat (limited to 'media-sound/amsynth/amsynth-1.0.0-r1.ebuild')
-rw-r--r-- | media-sound/amsynth/amsynth-1.0.0-r1.ebuild | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/media-sound/amsynth/amsynth-1.0.0-r1.ebuild b/media-sound/amsynth/amsynth-1.0.0-r1.ebuild index e37659b9416f..42b79f5cc8a7 100644 --- a/media-sound/amsynth/amsynth-1.0.0-r1.ebuild +++ b/media-sound/amsynth/amsynth-1.0.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 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-r1.ebuild,v 1.1 2005/07/17 16:15:17 fvdpol Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.0.0-r1.ebuild,v 1.2 2007/01/05 17:21:41 flameeyes Exp $ IUSE="oss alsa jack" @@ -47,12 +47,12 @@ src_install() { } pkg_postinst() { - 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 + elog + elog "amSynth has been installed normally." + elog "If you would like to use the virtual" + elog "keyboard option, then do" + elog "emerge vkeybd" + elog "and make sure you emerged amSynth" + elog "with alsa support (USE=alsa)" + elog } |