diff options
author | Sam James <sam@gentoo.org> | 2021-11-06 05:55:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-06 05:55:32 +0000 |
commit | 07bbc4a98c82d44fc160cd9bb2cb915a0b7c6fba (patch) | |
tree | 32e07c64d1e3218915ac5fe92cabd2a32abf988a /app-text | |
parent | media-libs/urt: fix metadata indentation (diff) | |
download | gentoo-07bbc4a98c82d44fc160cd9bb2cb915a0b7c6fba.tar.gz gentoo-07bbc4a98c82d44fc160cd9bb2cb915a0b7c6fba.tar.bz2 gentoo-07bbc4a98c82d44fc160cd9bb2cb915a0b7c6fba.zip |
app-text/pep: use 'emake', not 'make'
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pep/pep-2.8-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/pep/pep-2.8-r2.ebuild b/app-text/pep/pep-2.8-r2.ebuild index e38782d4b5f2..288dacb2649b 100644 --- a/app-text/pep/pep-2.8-r2.ebuild +++ b/app-text/pep/pep-2.8-r2.ebuild @@ -17,7 +17,7 @@ BDEPEND="app-arch/unzip" S=${WORKDIR} -# pep does not come with autconf so here's a patch to configure +# pep does not come with autoconf so here's a patch to configure # Makefile with the correct path PATCHES=( "${FILESDIR}"/${P}-gentoo.patch @@ -35,7 +35,7 @@ src_prepare() { src_compile() { # make man page too - make Doc/pep.1 || die "make man page failed" + emake Doc/pep.1 emake CC="$(tc-getCC)" } |