diff options
author | Sam James <sam@gentoo.org> | 2022-03-09 23:09:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-09 23:09:42 +0000 |
commit | 8b640c4dbb7e2ccd80cf1bf41d5ac8df389ce5d9 (patch) | |
tree | 936fa8ec0ec44898780e9546d70d5885b1808dd0 /app-text/ttf2pk2 | |
parent | app-emulation/spice-vdagent: fix UnusedInherits (autotools) (diff) | |
download | gentoo-8b640c4dbb7e2ccd80cf1bf41d5ac8df389ce5d9.tar.gz gentoo-8b640c4dbb7e2ccd80cf1bf41d5ac8df389ce5d9.tar.bz2 gentoo-8b640c4dbb7e2ccd80cf1bf41d5ac8df389ce5d9.zip |
app-text/ttf2pk2: fix UnusedInherits (autotools)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/ttf2pk2')
-rw-r--r-- | app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild b/app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild index f86a90004523..d4e043026b38 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" |