Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/input-utils/
Date: Sat, 06 Nov 2021 04:41:44
Message-Id: 1636173672.316c99eeca5cd2f4f4e5992d17664441490caf22.sam@gentoo
1 commit: 316c99eeca5cd2f4f4e5992d17664441490caf22
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 6 04:41:12 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 6 04:41:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=316c99ee
7
8 sys-apps/input-utils: use 'emake', not 'make'
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-apps/input-utils/input-utils-1.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/input-utils/input-utils-1.3.ebuild b/sys-apps/input-utils/input-utils-1.3.ebuild
16 index d5499f832ba..244234922d6 100644
17 --- a/sys-apps/input-utils/input-utils-1.3.ebuild
18 +++ b/sys-apps/input-utils/input-utils-1.3.ebuild
19 @@ -17,7 +17,7 @@ KEYWORDS="amd64 ~arm ~arm64 ppc ~riscv x86"
20 S="${WORKDIR}/${MY_P}"
21
22 src_install() {
23 - make install bindir="${D}"/usr/bin mandir="${D}"/usr/share/man STRIP="" || die "make install failed"
24 + emake install bindir="${D}"/usr/bin mandir="${D}"/usr/share/man STRIP=""
25 dodoc lircd.conf
26 dodoc README
27 }