diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-06-17 12:22:23 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-06-17 13:13:45 -0400 |
commit | 900bcefdeb8b9b875bb361513c114da7e95d908c (patch) | |
tree | ea34e8978f6f5f0d8db15cd60923278d1b43f764 /eclass | |
parent | font.eclass: Don't set IUSE=X for media-fonts/encodings (diff) | |
download | gentoo-900bcefdeb8b9b875bb361513c114da7e95d908c.tar.gz gentoo-900bcefdeb8b9b875bb361513c114da7e95d908c.tar.bz2 gentoo-900bcefdeb8b9b875bb361513c114da7e95d908c.zip |
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@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/font.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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="" |