summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-03-03 13:35:43 -0800
committerMatt Turner <mattst88@gentoo.org>2019-03-03 13:55:56 -0800
commit0a2802ff3ce6b57599758acdaafe3402f23e2457 (patch)
tree43672e2125ad8d646baf8e49ea9d16f5bd2f0823 /eclass
parentxorg-2.eclass: Allow for only >=x11-apps/mkfontscale-1.2.0 (diff)
downloadgentoo-0a2802ff3ce6b57599758acdaafe3402f23e2457.tar.gz
gentoo-0a2802ff3ce6b57599758acdaafe3402f23e2457.tar.bz2
gentoo-0a2802ff3ce6b57599758acdaafe3402f23e2457.zip
font.eclass: Allow for only >=x11-apps/mkfontscale-1.2.0
mkfontdir is now part of mkfontscale-1.2.0. Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/font.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/font.eclass b/eclass/font.eclass
index 513be3981c3c..58ec9e3ea312 100644
--- a/eclass/font.eclass
+++ b/eclass/font.eclass
@@ -55,7 +55,7 @@ DOCS=${DOCS:-}
IUSE="X"
DEPEND="X? (
- x11-apps/mkfontdir
+ || ( >=x11-apps/mkfontscale-1.2.0 x11-apps/mkfontdir )
media-fonts/encodings
)"
RDEPEND=""