Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58930 - trivial patch to fix grammar in mplayer's pkg_setup()
Summary: trivial patch to fix grammar in mplayer's pkg_setup()
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Chris White (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-30 13:31 UTC by Jon Portnoy (RETIRED)
Modified: 2004-08-17 23:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Portnoy (RETIRED) gentoo-dev 2004-07-30 13:31:01 UTC
Small patch to improve a long-standing mplayer einfo:

diff -u -r1.12 mplayer-1.0_pre5-r2.ebuild
--- mplayer-1.0_pre5-r2.ebuild  30 Jul 2004 20:07:54 -0000      1.12
+++ mplayer-1.0_pre5-r2.ebuild  30 Jul 2004 20:25:08 -0000
@@ -85,8 +85,8 @@
 pkg_setup() {
        echo
        einfo "Please note that we do not use C[XX]FLAGS from /etc/make.conf"
-       einfo "or the environment, as the MPlayer guys then do not give support"
-       einfo "in case of bug reports!."
+       einfo "or the environment, as the upstream maintainers will then"
+       einfo "ignore bug reports and refuse support."
        echo
        echo -ne "\a" ; sleep 0.1 &>/dev/null ; sleep 0,1 &>/dev/null
        echo -ne "\a" ; sleep 1
Comment 1 Chris White (RETIRED) gentoo-dev 2004-08-17 23:29:13 UTC
Added to all current MPlayer versions.  Thanks for posting!