diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2019-10-16 19:41:02 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-10-16 13:06:10 -0700 |
commit | d8c442ba8579e7ea804ba22dc5cbaa2f284c6b68 (patch) | |
tree | 6074ead1b09bde605b8cae879062a70397d8c20a /media-fonts/intlfonts | |
parent | media-sound/mpd: Version bump (v0.21.16) (diff) | |
download | gentoo-d8c442ba8579e7ea804ba22dc5cbaa2f284c6b68.tar.gz gentoo-d8c442ba8579e7ea804ba22dc5cbaa2f284c6b68.tar.bz2 gentoo-d8c442ba8579e7ea804ba22dc5cbaa2f284c6b68.zip |
*/*: Depend on >=x11-apps/mkfontscale-1.2.0 instead of x11-apps/mkfontdir.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-fonts/intlfonts')
-rw-r--r-- | media-fonts/intlfonts/intlfonts-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-fonts/intlfonts/intlfonts-1.2.1.ebuild b/media-fonts/intlfonts/intlfonts-1.2.1.ebuild index 7d5465ee4446..8d3c3fe2dc78 100644 --- a/media-fonts/intlfonts/intlfonts-1.2.1.ebuild +++ b/media-fonts/intlfonts/intlfonts-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" DEPEND="x11-apps/bdftopcf - x11-apps/mkfontdir" + >=x11-apps/mkfontscale-1.2.0" RDEPEND="" src_compile() { |