From 15da6f6fbce3280156cf362d21de9993252a10c9 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Wed, 10 May 2017 13:03:31 +0000 Subject: [PATCH] Sometime, USES=iconv does not bring in the required dependency. Reported by: kwm Sponsored by: Absolight --- Mk/Scripts/qa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh index 5be1e75b1899..c3b8d15aa656 100644 --- a/Mk/Scripts/qa.sh +++ b/Mk/Scripts/qa.sh @@ -596,7 +596,7 @@ proxydeps_suggest_uses() { warn "you need USES+=gnustep and USE_GNUSTEP+=gui" # iconv elif [ ${pkg} = "converters/libiconv" ]; then - warn "you need USES+=iconv" + warn "you need USES+=iconv, USES+=iconv:wchar_t, or USES+=iconv:translit depending on needs" # jpeg elif [ ${pkg} = "graphics/jpeg" -o ${pkg} = "graphics/jpeg-turbo" ]; then warn "you need USES+=jpeg"