commit:     fa505a01c0653b42a35393435372b324ebb2fcca
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 20 14:47:39 2018 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 20 14:47:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa505a01

sci-libs/linux-gpib-modules: Do not run depmod, bug 668616

Also, the kernel 4.11 patch is no longer needed

Closes: https://bugs.gentoo.org/668616
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 sci-libs/linux-gpib-modules/linux-gpib-modules-4.2.0_rc1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/linux-gpib-modules/linux-gpib-modules-4.2.0_rc1.ebuild 
b/sci-libs/linux-gpib-modules/linux-gpib-modules-4.2.0_rc1.ebuild
index 749c802706e..a49b1fd3e22 100644
--- a/sci-libs/linux-gpib-modules/linux-gpib-modules-4.2.0_rc1.ebuild
+++ b/sci-libs/linux-gpib-modules/linux-gpib-modules-4.2.0_rc1.ebuild
@@ -42,7 +42,6 @@ pkg_setup () {
 
 src_prepare () {
        default
-       kernel_is ge 4 11 0 && eapply 
"${FILESDIR}"/${PN}-4.0.4_rc2-kernel-4.11.0.patch
        eautoreconf
 }
 
@@ -68,6 +67,7 @@ src_install() {
        emake \
                DESTDIR="${D}" \
                INSTALL_MOD_PATH="${D}" \
+               DEPMOD="/bin/true" \
                docdir=/usr/share/doc/${PF}/html install
 
        dodoc ChangeLog AUTHORS README* NEWS

Reply via email to