Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Fri, 02 Sep 2016 17:09:46
Message-Id: 1472836165.8589355f2c5d28cb987e01dbce948e6ab8bd8180.monsieurp@gentoo
1 commit: 8589355f2c5d28cb987e01dbce948e6ab8bd8180
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 31 12:09:32 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 17:09:25 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8589355f
7
8 media-video/mpv: declare loop variables as local in 9999.
9
10 Package-Manager: portage-2.3.0
11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 media-video/mpv/mpv-9999.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
18 index 67af384..0ad7c55 100644
19 --- a/media-video/mpv/mpv-9999.ebuild
20 +++ b/media-video/mpv/mpv-9999.ebuild
21 @@ -277,7 +277,7 @@ pkg_postinst() {
22 fdo-mime_desktop_database_update
23 gnome2_icon_cache_update
24
25 - local softvol_0_18_1=0
26 + local rv softvol_0_18_1=0
27 for rv in ${REPLACING_VERSIONS}; do
28 version_compare ${rv} 0.18.1-r1
29 [[ $? -eq 1 ]] && softvol_0_18_1=1
30 @@ -318,6 +318,7 @@ pkg_postrm() {
31
32 src_test() {
33 cd "${S}"/build/test || die
34 + local test
35 for test in *; do
36 if [[ -x ${test} ]]; then
37 ./"${test}" || die "Test suite failed"