summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2016-03-07 18:46:12 +0300
committerIlya Tumaykin <itumaykin@gmail.com>2016-03-07 21:35:09 +0300
commitebbac21631c77546b1d5e3c0548985e3e49b5467 (patch)
tree35cf9f1069c894bcbea602f672282d44632fed33 /media-video
parentmedia-video/aegisub: remove old (diff)
downloadgentoo-ebbac21631c77546b1d5e3c0548985e3e49b5467.tar.gz
gentoo-ebbac21631c77546b1d5e3c0548985e3e49b5467.tar.bz2
gentoo-ebbac21631c77546b1d5e3c0548985e3e49b5467.zip
media-video/aegisub: better wording in patch comment for 3.0.4
Package-Manager: portage-2.2.27
Diffstat (limited to 'media-video')
-rw-r--r--media-video/aegisub/files/aegisub-3.0.4-fix-install-with-empty-LINGUAS.patch6
1 files changed, 3 insertions, 3 deletions
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
index 3eda0da81bb0..0bd1b5d7d7a3 100644
--- 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
@@ -1,6 +1,6 @@
-Upstream always installs all available localization files. We workaround it by
-sed'ing out unneeded languages from PO variable in aegisub/po/Makefile file.
-This can lead to an empty PO definition and in this case install target fails.
+Upstream always installs all available localization files. We workaround this
+by sed'ing out the unused languages from PO variable in `aegisub/po/Makefile'.
+This can result in an empty PO definition, in which case install target fails.
Thus a simple guard is introduced to prevent this fail.
diff --git a/aegisub/po/Makefile b/aegisub/po/Makefile