diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-10-24 04:18:36 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-10-24 04:18:36 +0000 |
commit | 8ed790e01abd4121d5a1381d14ae2418cb4078e6 (patch) | |
tree | ac43326a33a13fa5de330fcdde75ef638eac3c2b /media-sound/xmms | |
parent | Fixed postinst ewarn which incorrectly stated that an id3v2 editor was not in... (diff) | |
download | historical-8ed790e01abd4121d5a1381d14ae2418cb4078e6.tar.gz historical-8ed790e01abd4121d5a1381d14ae2418cb4078e6.tar.bz2 historical-8ed790e01abd4121d5a1381d14ae2418cb4078e6.zip |
Fixed postinst ewarn which incorrectly stated that an id3v2 editor was not included.
Diffstat (limited to 'media-sound/xmms')
-rw-r--r-- | media-sound/xmms/xmms-1.2.10-r8.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-sound/xmms/xmms-1.2.10-r8.ebuild b/media-sound/xmms/xmms-1.2.10-r8.ebuild index 890524321d1b..5080a0ee0470 100644 --- a/media-sound/xmms/xmms-1.2.10-r8.ebuild +++ b/media-sound/xmms/xmms-1.2.10-r8.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/xmms/xmms-1.2.10-r8.ebuild,v 1.5 2004/10/23 23:06:46 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/xmms-1.2.10-r8.ebuild,v 1.6 2004/10/24 04:17:57 eradicator Exp $ IUSE="xml nls esd opengl mmx oggvorbis 3dnow mikmod directfb ipv6 alsa oss arts jack sndfile lirc flac mad" @@ -125,7 +125,6 @@ src_install() { pkg_postinst() { ewarn "This version of xmms is under development and subject to change." - ewarn "while it is still in package.mask. Some features found in earlier" - ewarn "versions of xmms (cjk support and an id3v2 editor) are not yet" - ewarn "integrated into this version." + ewarn "while it is still in package.mask. Additionally, cjk support is" + ewarn "not yet availible in this version." } |