Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/linux-gpib-modules/
Date: Sat, 20 Oct 2018 14:49:43
Message-Id: 1540046871.fa505a01c0653b42a35393435372b324ebb2fcca.dilfridge@gentoo
1 commit: fa505a01c0653b42a35393435372b324ebb2fcca
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 20 14:47:39 2018 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 20 14:47:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa505a01
7
8 sci-libs/linux-gpib-modules: Do not run depmod, bug 668616
9
10 Also, the kernel 4.11 patch is no longer needed
11
12 Closes: https://bugs.gentoo.org/668616
13 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
14 Package-Manager: Portage-2.3.50, Repoman-2.3.11
15
16 sci-libs/linux-gpib-modules/linux-gpib-modules-4.2.0_rc1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 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
20 index 749c802706e..a49b1fd3e22 100644
21 --- a/sci-libs/linux-gpib-modules/linux-gpib-modules-4.2.0_rc1.ebuild
22 +++ b/sci-libs/linux-gpib-modules/linux-gpib-modules-4.2.0_rc1.ebuild
23 @@ -42,7 +42,6 @@ pkg_setup () {
24
25 src_prepare () {
26 default
27 - kernel_is ge 4 11 0 && eapply "${FILESDIR}"/${PN}-4.0.4_rc2-kernel-4.11.0.patch
28 eautoreconf
29 }
30
31 @@ -68,6 +67,7 @@ src_install() {
32 emake \
33 DESTDIR="${D}" \
34 INSTALL_MOD_PATH="${D}" \
35 + DEPMOD="/bin/true" \
36 docdir=/usr/share/doc/${PF}/html install
37
38 dodoc ChangeLog AUTHORS README* NEWS