diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-03-03 13:34:14 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-03-03 13:55:55 -0800 |
commit | 8be275f708c9bfdc96919446d6fa3e0e1c1ba7b2 (patch) | |
tree | d7d0e6e6b03e3f521f141138942cc5e35ccd4f7b /eclass/xorg-2.eclass | |
parent | net-libs/libmediawiki: Fix warnings, EAPI-7 bump (diff) | |
download | gentoo-8be275f708c9bfdc96919446d6fa3e0e1c1ba7b2.tar.gz gentoo-8be275f708c9bfdc96919446d6fa3e0e1c1ba7b2.tar.bz2 gentoo-8be275f708c9bfdc96919446d6fa3e0e1c1ba7b2.zip |
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@gentoo.org>
Diffstat (limited to 'eclass/xorg-2.eclass')
-rw-r--r-- | eclass/xorg-2.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 416a3ae30ec0..9ec458e27bb8 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" |