Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 03 Mar 2019 21:56:25
Message-Id: 1551650156.0a2802ff3ce6b57599758acdaafe3402f23e2457.mattst88@gentoo
1 commit: 0a2802ff3ce6b57599758acdaafe3402f23e2457
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 3 21:35:43 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 3 21:55:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2802ff
7
8 font.eclass: Allow for only >=x11-apps/mkfontscale-1.2.0
9
10 mkfontdir is now part of mkfontscale-1.2.0.
11
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 eclass/font.eclass | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/eclass/font.eclass b/eclass/font.eclass
18 index 513be3981c3..58ec9e3ea31 100644
19 --- a/eclass/font.eclass
20 +++ b/eclass/font.eclass
21 @@ -55,7 +55,7 @@ DOCS=${DOCS:-}
22 IUSE="X"
23
24 DEPEND="X? (
25 - x11-apps/mkfontdir
26 + || ( >=x11-apps/mkfontscale-1.2.0 x11-apps/mkfontdir )
27 media-fonts/encodings
28 )"
29 RDEPEND=""