From 5ae3e7f0f2fde3fa06d37f87619ff51b2f8d3f2b Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Fri, 24 Sep 2021 14:39:09 -0400 Subject: [PATCH] games-board/pysolfc: remove seemingly broken russian translation Wasn't installed until recently, and installing it now makes the game near-unplayable if someone happens to use it. Signed-off-by: Ionen Wolkens --- .../{pysolfc-2.14.0.ebuild => pysolfc-2.14.0-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) rename games-board/pysolfc/{pysolfc-2.14.0.ebuild => pysolfc-2.14.0-r1.ebuild} (92%) diff --git a/games-board/pysolfc/pysolfc-2.14.0.ebuild b/games-board/pysolfc/pysolfc-2.14.0-r1.ebuild similarity index 92% rename from games-board/pysolfc/pysolfc-2.14.0.ebuild rename to games-board/pysolfc/pysolfc-2.14.0-r1.ebuild index 10d0ba152253b..40671290a72c7 100644 --- a/games-board/pysolfc/pysolfc-2.14.0.ebuild +++ b/games-board/pysolfc/pysolfc-2.14.0-r1.ebuild @@ -52,4 +52,7 @@ python_install_all() { # html files are used at runtime, keep at default location dosym -r /usr/share/{${MY_PN},doc/${PF}}/html + + # russion translation is currently not displaying right + rm "${ED}"/usr/share/locale/ru/LC_MESSAGES/pysol.mo || die }