commit:     1448cc19ac552d948a5a9a0731929fb2adad4a6a
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Dec 22 16:41:07 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 00:19:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1448cc19

sys-apps/input-utils: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34421
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/input-utils/input-utils-1.3.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/sys-apps/input-utils/input-utils-1.3.ebuild 
b/sys-apps/input-utils/input-utils-1.3.ebuild
index 244234922d65..9de77fcb13cc 100644
--- a/sys-apps/input-utils/input-utils-1.3.ebuild
+++ b/sys-apps/input-utils/input-utils-1.3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 MY_PN="input"
 MY_P="${MY_PN}-${PV}"
@@ -9,15 +9,14 @@ MY_P="${MY_PN}-${PV}"
 DESCRIPTION="Small collection of linux input layer utils"
 HOMEPAGE="https://www.kraxel.org/blog/linux/input/";
 SRC_URI="https://www.kraxel.org/releases/input/${MY_P}.tar.gz";
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ppc ~riscv x86"
 
-S="${WORKDIR}/${MY_P}"
-
 src_install() {
-       emake install bindir="${D}"/usr/bin mandir="${D}"/usr/share/man STRIP=""
+       emake EPREFIX="${EPREFIX}/usr" bindir="${ED}"/usr/bin 
mandir="${ED}"/usr/share/man STRIP="" install
        dodoc lircd.conf
        dodoc README
 }

Reply via email to