commit:     0a2802ff3ce6b57599758acdaafe3402f23e2457
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  3 21:35:43 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Mar  3 21:55:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2802ff

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 <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 513be3981c3..58ec9e3ea31 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=""

Reply via email to