diff options
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 4 |
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 |