diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:41:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:51 +0100 |
commit | 7bf726e9be09bb417424f9c8769b8c96b673df61 (patch) | |
tree | dfd14fc8daefea0fb44c3a36e6fd51d5428370a7 /app-text/ttf2pt1 | |
parent | app-text/ttf2pt1: drop empty IUSE (diff) | |
download | gentoo-7bf726e9be09bb417424f9c8769b8c96b673df61.tar.gz gentoo-7bf726e9be09bb417424f9c8769b8c96b673df61.tar.bz2 gentoo-7bf726e9be09bb417424f9c8769b8c96b673df61.zip |
app-text/ttf2pt1: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/ttf2pt1')
-rw-r--r-- | app-text/ttf2pt1/ttf2pt1-3.4.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/ttf2pt1/ttf2pt1-3.4.4-r1.ebuild b/app-text/ttf2pt1/ttf2pt1-3.4.4-r1.ebuild index 6b4ed882fbdf..82a9d444d4c0 100644 --- a/app-text/ttf2pt1/ttf2pt1-3.4.4-r1.ebuild +++ b/app-text/ttf2pt1/ttf2pt1-3.4.4-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils multilib toolchain-funcs +inherit epatch multilib toolchain-funcs DESCRIPTION="True Type Font to Postscript Type 1 Converter" HOMEPAGE="http://ttf2pt1.sourceforge.net/" |