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 /app-emulation/vice | |
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 'app-emulation/vice')
-rw-r--r-- | app-emulation/vice/vice-3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/vice/vice-3.1.ebuild b/app-emulation/vice/vice-3.1.ebuild index e5b69137fe9b..083344470e3c 100644 --- a/app-emulation/vice/vice-3.1.ebuild +++ b/app-emulation/vice/vice-3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -72,7 +72,7 @@ RDEPEND=" DEPEND="${RDEPEND} media-libs/fontconfig x11-apps/bdftopcf - x11-apps/mkfontdir + >=x11-apps/mkfontscale-1.2.0 x11-base/xorg-proto virtual/pkgconfig nls? ( sys-devel/gettext ) |