When compling media-plugin/vdr-* packages with LINGUAS="en" defined, vdr-plugin-2_src_install() stops erroneously because it tries to copy "en*.po" files which never exist (because its the default language for all media-plugin/vdr-* packages)
This patch changes the behavior of vdr-plugin-2_src_install() to silently ignore this lingua setting. PR is in here: https://github.com/gentoo/gentoo/pull/37250 Any comments please? Martin