commit: 8be275f708c9bfdc96919446d6fa3e0e1c1ba7b2
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 3 21:34:14 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Mar 3 21:55:55 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8be275f7
xorg-2.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/xorg-2.eclass | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
index 416a3ae30ec..9ec458e27bb 100644
--- a/eclass/xorg-2.eclass
+++ b/eclass/xorg-2.eclass
@@ -136,8 +136,7 @@ unset EAUTORECONF_DEPEND
if [[ ${FONT} == yes ]]; then
RDEPEND+=" media-fonts/encodings
- x11-apps/mkfontscale
- x11-apps/mkfontdir"
+ || ( >=x11-apps/mkfontscale-1.2.0 ( x11-apps/mkfontscale
x11-apps/mkfontdir ) )"
PDEPEND+=" media-fonts/font-alias"
DEPEND+=" >=media-fonts/font-util-1.2.0"