Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/aegisub/files/
Date: Tue, 08 Mar 2016 02:16:55
Message-Id: 1457375709.ebbac21631c77546b1d5e3c0548985e3e49b5467.idella4@gentoo
1 commit: ebbac21631c77546b1d5e3c0548985e3e49b5467
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Mon Mar 7 15:46:12 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 7 18:35:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebbac216
7
8 media-video/aegisub: better wording in patch comment for 3.0.4
9
10 Package-Manager: portage-2.2.27
11
12 .../files/aegisub-3.0.4-fix-install-with-empty-LINGUAS.patch | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/media-video/aegisub/files/aegisub-3.0.4-fix-install-with-empty-LINGUAS.patch b/media-video/aegisub/files/aegisub-3.0.4-fix-install-with-empty-LINGUAS.patch
16 index 3eda0da..0bd1b5d 100644
17 --- a/media-video/aegisub/files/aegisub-3.0.4-fix-install-with-empty-LINGUAS.patch
18 +++ b/media-video/aegisub/files/aegisub-3.0.4-fix-install-with-empty-LINGUAS.patch
19 @@ -1,6 +1,6 @@
20 -Upstream always installs all available localization files. We workaround it by
21 -sed'ing out unneeded languages from PO variable in aegisub/po/Makefile file.
22 -This can lead to an empty PO definition and in this case install target fails.
23 +Upstream always installs all available localization files. We workaround this
24 +by sed'ing out the unused languages from PO variable in `aegisub/po/Makefile'.
25 +This can result in an empty PO definition, in which case install target fails.
26 Thus a simple guard is introduced to prevent this fail.
27
28 diff --git a/aegisub/po/Makefile b/aegisub/po/Makefile