From: Matt Turner Date: Mon, 17 Jun 2019 16:22:23 +0000 (-0400) Subject: font.eclass: Drop x11-apps/mkfontdir X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=900bcefdeb8b9b875bb361513c114da7e95d908c;p=gentoo.git font.eclass: Drop x11-apps/mkfontdir Now that x11-apps/mkfontscale 1.2.0 is stable everywhere, we can drop this. Signed-off-by: Matt Turner --- diff --git a/eclass/font.eclass b/eclass/font.eclass index 6c4450b943bb..b559b3ace370 100644 --- a/eclass/font.eclass +++ b/eclass/font.eclass @@ -55,7 +55,7 @@ DOCS=${DOCS:-} if [[ ${CATEGORY}/${PN} != media-fonts/encodings ]]; then IUSE="X" DEPEND="X? ( - || ( >=x11-apps/mkfontscale-1.2.0 x11-apps/mkfontdir ) + >=x11-apps/mkfontscale-1.2.0 media-fonts/encodings )" RDEPEND=""