summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-07-05 07:04:05 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-07-05 07:04:05 +0000
commitdd4646ad873391a64c30a5c66b8a1a54068c2156 (patch)
treebaa624ada142b123357283faab4c596d10831913 /media-sound/timidity++/timidity++-2.13.0-r1.ebuild
parent-sparc. (Manifest recommit) (diff)
downloadgentoo-2-dd4646ad873391a64c30a5c66b8a1a54068c2156.tar.gz
gentoo-2-dd4646ad873391a64c30a5c66b8a1a54068c2156.tar.bz2
gentoo-2-dd4646ad873391a64c30a5c66b8a1a54068c2156.zip
Added sparc note.
Diffstat (limited to 'media-sound/timidity++/timidity++-2.13.0-r1.ebuild')
-rw-r--r--media-sound/timidity++/timidity++-2.13.0-r1.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/media-sound/timidity++/timidity++-2.13.0-r1.ebuild b/media-sound/timidity++/timidity++-2.13.0-r1.ebuild
index 9df684d89156..8e72481884b6 100644
--- a/media-sound/timidity++/timidity++-2.13.0-r1.ebuild
+++ b/media-sound/timidity++/timidity++-2.13.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/timidity++-2.13.0-r1.ebuild,v 1.5 2004/07/05 06:21:23 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/timidity++-2.13.0-r1.ebuild,v 1.6 2004/07/05 07:04:05 eradicator Exp $
inherit gnuconfig
@@ -116,4 +116,9 @@ pkg_postinst() {
einfo "An init script for the alsa timidity sequencer has been installed."
einfo "If you wish to use the timidity virtual sequencer, edit /etc/conf.d/timidity"
einfo "and run 'rc-update add timidity <runlevel> && /etc/init.d/timidity start'"
+
+ if use sparc; then
+ ewarn "sparc support is expirimental. oss, alsa, esd, and portaudio do not work."
+ ewarn "-Ow (save to wave file) does..."
+ fi
}