summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/vdr-channel-logos')
-rw-r--r--x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r3.ebuild (renamed from x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r2.ebuild)10
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r2.ebuild b/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r3.ebuild
index 7baf764c285f..427c4822d44b 100644
--- a/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r2.ebuild
+++ b/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -30,9 +30,11 @@ _test_charmap() {
src_prepare() {
default
- _test_charmap
-
- convmv --notest --replace -f iso-8859-1 -t utf-8 -r "${S}"/
+ # bug 715684
+ if [[ ${CHOST} != *-musl* ]] ; then
+ _test_charmap
+ fi
+ convmv --notest --replace -f iso-8859-1 -t utf-8 -r "${S}"/
}
src_install() {