diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 17:21:41 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 17:21:41 +0000 |
commit | 03c681490c3909ec92191dbeb058c45e926372ef (patch) | |
tree | c55eb082d51cf8f3a5c65cb128d168fc905909ec /media-sound/amsynth/amsynth-1.0.0-r1.ebuild | |
parent | einfo converted to elog (diff) | |
download | historical-03c681490c3909ec92191dbeb058c45e926372ef.tar.gz historical-03c681490c3909ec92191dbeb058c45e926372ef.tar.bz2 historical-03c681490c3909ec92191dbeb058c45e926372ef.zip |
Dummify src_compile.
Package-Manager: portage-2.1.2_rc4-r6
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 } |