From 8b640c4dbb7e2ccd80cf1bf41d5ac8df389ce5d9 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 9 Mar 2022 23:09:42 +0000 Subject: [PATCH] app-text/ttf2pk2: fix UnusedInherits (autotools) Signed-off-by: Sam James --- app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild b/app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild index f86a900045230..d4e043026b382 100644 --- a/app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild +++ b/app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools - DESCRIPTION="Freetype 2 based TrueType font to TeX's PK format converter" HOMEPAGE="http://tug.org/texlive/" SRC_URI="https://dev.gentoo.org/~zlogene/texlive/texlive-${PV#*_p}-source.tar.xz"