Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pep/
Date: Sat, 06 Nov 2021 05:57:39
Message-Id: 1636178132.07bbc4a98c82d44fc160cd9bb2cb915a0b7c6fba.sam@gentoo
1 commit: 07bbc4a98c82d44fc160cd9bb2cb915a0b7c6fba
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 6 05:55:32 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 6 05:55:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07bbc4a9
7
8 app-text/pep: use 'emake', not 'make'
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-text/pep/pep-2.8-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-text/pep/pep-2.8-r2.ebuild b/app-text/pep/pep-2.8-r2.ebuild
16 index e38782d4b5f..288dacb2649 100644
17 --- a/app-text/pep/pep-2.8-r2.ebuild
18 +++ b/app-text/pep/pep-2.8-r2.ebuild
19 @@ -17,7 +17,7 @@ BDEPEND="app-arch/unzip"
20
21 S=${WORKDIR}
22
23 -# pep does not come with autconf so here's a patch to configure
24 +# pep does not come with autoconf so here's a patch to configure
25 # Makefile with the correct path
26 PATCHES=(
27 "${FILESDIR}"/${P}-gentoo.patch
28 @@ -35,7 +35,7 @@ src_prepare() {
29
30 src_compile() {
31 # make man page too
32 - make Doc/pep.1 || die "make man page failed"
33 + emake Doc/pep.1
34 emake CC="$(tc-getCC)"
35 }