diff options
author | Henrik Pihl <ahvenas@gmail.com> | 2020-08-01 18:06:24 +0300 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-08-06 12:11:02 -0700 |
commit | 06344c1f2aa6bf2e112d764a8d8993b21bccf9af (patch) | |
tree | e224d03b592f82f2b07c382a9f00c2c3eca367f9 /media-fonts | |
parent | dev-lua/luasocket: Stabilize 3.0_rc1-r5 arm, #733538 (diff) | |
download | gentoo-06344c1f2aa6bf2e112d764a8d8993b21bccf9af.tar.gz gentoo-06344c1f2aa6bf2e112d764a8d8993b21bccf9af.tar.bz2 gentoo-06344c1f2aa6bf2e112d764a8d8993b21bccf9af.zip |
media-fonts/encodings: EAPI 5->7 change
Closes: https://bugs.gentoo.org/711894
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Henrik Pihl <ahvenas@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16974
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/encodings/encodings-1.0.5-r1.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/media-fonts/encodings/encodings-1.0.5-r1.ebuild b/media-fonts/encodings/encodings-1.0.5-r1.ebuild new file mode 100644 index 000000000000..e95047f6e640 --- /dev/null +++ b/media-fonts/encodings/encodings-1.0.5-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# font eclass is inherited directly, since this package is a special case that +# would greatly complicate the fonts logic of xorg-3 +inherit font xorg-3 + +DESCRIPTION="X.Org font encodings" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" + +BDEPEND="x11-apps/mkfontscale + >=media-fonts/font-util-1.1.1-r1" |