commit: 8ec65a5cbf1c74a9dac0e0ecb2cc83ffa5134ea2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Wed Oct 20 09:46:18 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Wed Oct 20 09:58:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec65a5c
sys-power/acpi: Port to EAPI 8 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> sys-power/acpi/acpi-1.7-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-power/acpi/acpi-1.7-r1.ebuild b/sys-power/acpi/acpi-1.7-r1.ebuild index 2f9698fe4fa..8c19d29de19 100644 --- a/sys-power/acpi/acpi-1.7-r1.ebuild +++ b/sys-power/acpi/acpi-1.7-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="Displays information about ACPI devices" HOMEPAGE="https://sourceforge.net/projects/acpiclient/"
