media-video/mpv: tell users about all default volume keybindings in 9999
authorIlya Tumaykin <itumaykin@gmail.com>
Tue, 2 Aug 2016 04:55:06 +0000 (07:55 +0300)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 7 Aug 2016 20:36:53 +0000 (22:36 +0200)
Package-Manager: portage-2.3.0

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
media-video/mpv/mpv-9999.ebuild

index fbbb674ad013a6ef3c141eddd8b4267a71b882cc..c8a370349b56042bdbb8d332d15e1239b0d5ff82 100644 (file)
@@ -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