Skip to content

Commit

Permalink
app-text/letterize: port to EAPI 7
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 19, 2021
1 parent b8ba4d1 commit 34f2e32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app-text/letterize/letterize-1.4.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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() {
Expand Down

0 comments on commit 34f2e32

Please sign in to comment.