summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 17:21:41 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 17:21:41 +0000
commit0c1c81ceea3b06b4c92fb6566b22846c49df0711 (patch)
tree0025f44898cbf91e28fd7ba5d02ea4721887b181 /media-sound/amsynth/amsynth-1.0.0.ebuild
parenteinfo converted to elog (diff)
downloadgentoo-2-0c1c81ceea3b06b4c92fb6566b22846c49df0711.tar.gz
gentoo-2-0c1c81ceea3b06b4c92fb6566b22846c49df0711.tar.bz2
gentoo-2-0c1c81ceea3b06b4c92fb6566b22846c49df0711.zip
Dummify src_compile.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'media-sound/amsynth/amsynth-1.0.0.ebuild')
-rw-r--r--media-sound/amsynth/amsynth-1.0.0.ebuild20
1 files changed, 10 insertions, 10 deletions
diff --git a/media-sound/amsynth/amsynth-1.0.0.ebuild b/media-sound/amsynth/amsynth-1.0.0.ebuild
index 1040968d0dc0..79f2068d2f0d 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
+# 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.ebuild,v 1.12 2005/07/09 19:09:07 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.0.0.ebuild,v 1.13 2007/01/05 17:21:41 flameeyes Exp $
IUSE="oss alsa jack"
@@ -46,12 +46,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
}