diff options
author | haarp <main.haarp@gmail.com> | 2024-09-04 16:05:22 +0200 |
---|---|---|
committer | haarp <main.haarp@gmail.com> | 2024-09-04 16:08:01 +0200 |
commit | c073ba72fdfbf4d24059c9d2184d8f2f26ade9c5 (patch) | |
tree | c72d6396b927d01fc23e22a66f3994a9cae5cd4e /sys-power | |
parent | Add Lyrebird (diff) | |
download | haarp-master.tar.gz haarp-master.tar.bz2 haarp-master.zip |
Signed-off-by: haarp <main.haarp@gmail.com>
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/ec_access/ec_access-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-power/ec_access/ec_access-9999.ebuild b/sys-power/ec_access/ec_access-9999.ebuild index fdcf053..2a15728 100644 --- a/sys-power/ec_access/ec_access-9999.ebuild +++ b/sys-power/ec_access/ec_access-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit linux-info toolchain-funcs @@ -15,7 +15,8 @@ IUSE="" RDEPEND="sys-libs/glibc" DEPEND="${DEPEND} - >=sys-kernel/gentoo-sources-3.16" + virtual/linux-sources +" pkg_setup() { CONFIG_CHECK="~ACPI_EC_DEBUGFS" |