From 9020fffeda6b285fd297902e696789f12822e53d Mon Sep 17 00:00:00 2001 From: David Seifert <soap@gentoo.org> Date: Fri, 19 Mar 2021 23:38:19 +0100 Subject: x11-apps/fstobdf: Port to EAPI 7 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org> --- x11-apps/fstobdf/fstobdf-1.0.6.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'x11-apps/fstobdf') diff --git a/x11-apps/fstobdf/fstobdf-1.0.6.ebuild b/x11-apps/fstobdf/fstobdf-1.0.6.ebuild index fc375467eb96..5638ad52e4fd 100644 --- a/x11-apps/fstobdf/fstobdf-1.0.6.ebuild +++ b/x11-apps/fstobdf/fstobdf-1.0.6.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit xorg-2 +inherit xorg-3 DESCRIPTION="generate BDF font from X font server" KEYWORDS="amd64 arm ~mips ppc ppc64 ~s390 sparc x86" -IUSE="" -RDEPEND="x11-libs/libX11 +RDEPEND=" + x11-libs/libX11 x11-libs/libFS" DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad