diff options
author | David Seifert <soap@gentoo.org> | 2021-03-19 23:38:19 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-19 23:38:19 +0100 |
commit | 9020fffeda6b285fd297902e696789f12822e53d (patch) | |
tree | 5dced9fa3f61725c46fffc40796ee48eb1738bd4 /x11-apps/fstobdf | |
parent | x11-apps/fslsfonts: Port to EAPI 7 (diff) | |
download | gentoo-9020fffeda6b285fd297902e696789f12822e53d.tar.gz gentoo-9020fffeda6b285fd297902e696789f12822e53d.tar.bz2 gentoo-9020fffeda6b285fd297902e696789f12822e53d.zip |
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>
Diffstat (limited to 'x11-apps/fstobdf')
-rw-r--r-- | x11-apps/fstobdf/fstobdf-1.0.6.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
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}" |