summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2016-08-02 07:55:06 +0300
committerPatrice Clement <monsieurp@gentoo.org>2016-08-07 22:36:53 +0200
commit65813df260bf36fa1e253e967dc191a6576c6e61 (patch)
treeb48a0eb0f1868e6a0c5c4c7c80fce79c3610e15e /media-video
parentapp-admin/augeas: bup (diff)
downloadgentoo-65813df260bf36fa1e253e967dc191a6576c6e61.tar.gz
gentoo-65813df260bf36fa1e253e967dc191a6576c6e61.tar.bz2
gentoo-65813df260bf36fa1e253e967dc191a6576c6e61.zip
media-video/mpv: tell users about all default volume keybindings in 9999
Package-Manager: portage-2.3.0 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/mpv/mpv-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index fbbb674ad013..c8a370349b56 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -273,7 +273,7 @@ pkg_postinst() {
local softvol_0_18_1=0
for rv in ${REPLACING_VERSIONS}; do
- version_compare ${rv} 0.18.1
+ version_compare ${rv} 0.18.1-r1
[[ $? -eq 1 ]] && softvol_0_18_1=1
done
@@ -287,7 +287,7 @@ pkg_postinst() {
elog "This means that volume controls don't change the system volume,"
elog "e.g. per-application volume with PulseAudio."
elog "If you want to restore the old behaviour, please refer to"
- elog "https://bugs.gentoo.org/show_bug.cgi?id=588492#c4"
+ elog "https://bugs.gentoo.org/show_bug.cgi?id=588492#c7"
echo
fi