summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-19 10:28:39 +0100
committerSam James <sam@gentoo.org>2021-04-19 20:11:29 +0100
commit34f2e32dd2248620750aa01b41d88814a6388297 (patch)
treeea9d4b17138afb9cd3053038a15931d4b9f588c5 /app-text/letterize
parentapp-text/talkfilters: port to EAPI 7 (diff)
downloadgentoo-34f2e32dd2248620750aa01b41d88814a6388297.tar.gz
gentoo-34f2e32dd2248620750aa01b41d88814a6388297.tar.bz2
gentoo-34f2e32dd2248620750aa01b41d88814a6388297.zip
app-text/letterize: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/letterize')
-rw-r--r--app-text/letterize/letterize-1.4.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-text/letterize/letterize-1.4.ebuild b/app-text/letterize/letterize-1.4.ebuild
index ef254475f276..91dbcfff516e 100644
--- a/app-text/letterize/letterize-1.4.ebuild
+++ b/app-text/letterize/letterize-1.4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit toolchain-funcs
@@ -12,10 +12,10 @@ SRC_URI="http://www.catb.org/~esr/letterize/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-src_prepare() {
+src_configure() {
tc-export CC
+ default
}
src_install() {