commit: 900bcefdeb8b9b875bb361513c114da7e95d908c Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Mon Jun 17 16:22:23 2019 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Mon Jun 17 17:13:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900bcefd
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 <mattst88 <AT> gentoo.org> eclass/font.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/font.eclass b/eclass/font.eclass index 6c4450b943b..b559b3ace37 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=""