From 900bcefdeb8b9b875bb361513c114da7e95d908c Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 17 Jun 2019 12:22:23 -0400 Subject: [PATCH] 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 --- eclass/font.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="" -- 2.26.2