diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-11-11 23:33:04 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-11-12 00:56:42 +0000 |
commit | 061c5f59e0a36c50d3d64414906c6cd2c1ca3018 (patch) | |
tree | 2d1aaaf6d778ecbfb61e09513ec5f760020b8e8c /sys-apps | |
parent | profiles: package.mask new nvidia 0/525 branch for now (diff) | |
download | gentoo-061c5f59e0a36c50d3d64414906c6cd2c1ca3018.tar.gz gentoo-061c5f59e0a36c50d3d64414906c6cd2c1ca3018.tar.bz2 gentoo-061c5f59e0a36c50d3d64414906c6cd2c1ca3018.zip |
sys-apps/fwupd: drop the kernel version check
This is relevant at run time rather at build time, the kernel version in
question was released in early 2016, we haven't had any versions older
than that in the tree for ages.
Closes: https://bugs.gentoo.org/880903
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/fwupd/fwupd-1.8.5.ebuild | 10 | ||||
-rw-r--r-- | sys-apps/fwupd/fwupd-1.8.7.ebuild | 10 |
2 files changed, 2 insertions, 18 deletions
diff --git a/sys-apps/fwupd/fwupd-1.8.5.ebuild b/sys-apps/fwupd/fwupd-1.8.5.ebuild index 8b83f9fc4789..cb1a7821aa10 100644 --- a/sys-apps/fwupd/fwupd-1.8.5.ebuild +++ b/sys-apps/fwupd/fwupd-1.8.5.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..11} ) -inherit linux-info meson python-single-r1 vala udev xdg +inherit meson python-single-r1 vala udev xdg DESCRIPTION="Aims to make updating firmware on Linux automatic, safe and reliable" HOMEPAGE="https://fwupd.org" @@ -100,14 +100,6 @@ PATCHES=( "${FILESDIR}"/${PN}-1.8.4-installed_tests.patch ) -pkg_setup() { - python-single-r1_pkg_setup - - if use nvme ; then - kernel_is -ge 4 4 || die "NVMe support requires kernel >= 4.4" - fi -} - src_prepare() { default diff --git a/sys-apps/fwupd/fwupd-1.8.7.ebuild b/sys-apps/fwupd/fwupd-1.8.7.ebuild index 0c8dee6a1b40..fb3d311758aa 100644 --- a/sys-apps/fwupd/fwupd-1.8.7.ebuild +++ b/sys-apps/fwupd/fwupd-1.8.7.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..11} ) -inherit linux-info meson python-single-r1 vala udev xdg +inherit meson python-single-r1 vala udev xdg DESCRIPTION="Aims to make updating firmware on Linux automatic, safe and reliable" HOMEPAGE="https://fwupd.org" @@ -99,14 +99,6 @@ PATCHES=( "${FILESDIR}"/${PN}-1.8.6-installed_tests.patch ) -pkg_setup() { - python-single-r1_pkg_setup - - if use nvme ; then - kernel_is -ge 4 4 || die "NVMe support requires kernel >= 4.4" - fi -} - src_prepare() { default |