From d8c442ba8579e7ea804ba22dc5cbaa2f284c6b68 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Wed, 16 Oct 2019 19:41:02 +0000 Subject: */*: Depend on >=x11-apps/mkfontscale-1.2.0 instead of x11-apps/mkfontdir. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Signed-off-by: Matt Turner --- app-misc/cmatrix/cmatrix-1.2a-r3.ebuild | 4 ++-- app-misc/cmatrix/cmatrix-1.2a-r4.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'app-misc') diff --git a/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild b/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild index 86d198d57acd..2c2b301e60ad 100644 --- a/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild +++ b/app-misc/cmatrix/cmatrix-1.2a-r3.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=6 @@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" IUSE="X" DEPEND=" - X? ( x11-apps/mkfontdir ) + X? ( >=x11-apps/mkfontscale-1.2.0 ) sys-libs/ncurses:0=" RDEPEND="${DEPEND}" diff --git a/app-misc/cmatrix/cmatrix-1.2a-r4.ebuild b/app-misc/cmatrix/cmatrix-1.2a-r4.ebuild index c500c953e5d7..7caf29f9a2ee 100644 --- a/app-misc/cmatrix/cmatrix-1.2a-r4.ebuild +++ b/app-misc/cmatrix/cmatrix-1.2a-r4.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=6 @@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="X" DEPEND=" - X? ( x11-apps/mkfontdir ) + X? ( >=x11-apps/mkfontscale-1.2.0 ) sys-libs/ncurses:0=" RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad