diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-05-10 17:51:47 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-05-10 18:22:12 +0200 |
commit | c2e7b6c1ec4de8839d6069dba8bde28f03a4b8f0 (patch) | |
tree | 77dc6e35bfea19e8b7136bc45469b3961ff47f8c /sys-power | |
parent | sys-power/acpi_call: fix qa warning (diff) | |
download | gentoo-c2e7b6c1ec4de8839d6069dba8bde28f03a4b8f0.tar.gz gentoo-c2e7b6c1ec4de8839d6069dba8bde28f03a4b8f0.tar.bz2 gentoo-c2e7b6c1ec4de8839d6069dba8bde28f03a4b8f0.zip |
sys-power/acpi_call: fix qa warning on live
Also bumpe to EAPI=7.
Bug: https://bugs.gentoo.org/694400
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/acpi_call/acpi_call-9999.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-power/acpi_call/acpi_call-9999.ebuild b/sys-power/acpi_call/acpi_call-9999.ebuild index 8eddd39e1548..ba87b06a3dcf 100644 --- a/sys-power/acpi_call/acpi_call-9999.ebuild +++ b/sys-power/acpi_call/acpi_call-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit linux-info linux-mod @@ -11,7 +11,6 @@ if [ "${PV}" = "9999" ]; then EGIT_REPO_URI="https://github.com/teleshoes/acpi_call.git" KEYWORDS="" else - inherit vcs-snapshot SRC_URI="https://github.com/teleshoes/acpi_call/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" fi @@ -20,11 +19,10 @@ DESCRIPTION="A kernel module that enables you to call ACPI methods" LICENSE="GPL-2" SLOT="0" -IUSE="" +BUILD_TARGETS="default" CONFIG_CHECK="ACPI" MODULE_NAMES="acpi_call(misc:${S})" -BUILD_TARGETS="default" src_compile() { BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}" |