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-misc/cmatrix | |
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-misc/cmatrix')
-rw-r--r-- | app-misc/cmatrix/cmatrix-1.2a-r3.ebuild | 4 | ||||
-rw-r--r-- | app-misc/cmatrix/cmatrix-1.2a-r4.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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}" |