summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-12-22 17:41:07 +0100
committerConrad Kostecki <conikost@gentoo.org>2024-01-07 01:19:34 +0100
commit1448cc19ac552d948a5a9a0731929fb2adad4a6a (patch)
tree276f9ad67b271f40c710b6dc5cd559d6adf30825 /sys-apps
parentapp-text/lcdf-typetools: add github remote-id (diff)
downloadgentoo-1448cc19ac552d948a5a9a0731929fb2adad4a6a.tar.gz
gentoo-1448cc19ac552d948a5a9a0731929fb2adad4a6a.tar.bz2
gentoo-1448cc19ac552d948a5a9a0731929fb2adad4a6a.zip
sys-apps/input-utils: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/34421 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/input-utils/input-utils-1.3.ebuild9
1 files 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
}