Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/pf-sources/
Date: Wed, 03 Aug 2022 05:44:01
Message-Id: 1659505432.05b5ccc784b05c723255ad963cd1a110513a4220.juippis@gentoo
1 commit: 05b5ccc784b05c723255ad963cd1a110513a4220
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 12:33:40 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 3 05:43:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05b5ccc7
7
8 sys-kernel/pf-sources: add comments about bug #862534 workarounds
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 sys-kernel/pf-sources/pf-sources-5.18_p5.ebuild | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/sys-kernel/pf-sources/pf-sources-5.18_p5.ebuild b/sys-kernel/pf-sources/pf-sources-5.18_p5.ebuild
16 index c59be9f1107e..2ece45dcdc0f 100644
17 --- a/sys-kernel/pf-sources/pf-sources-5.18_p5.ebuild
18 +++ b/sys-kernel/pf-sources/pf-sources-5.18_p5.ebuild
19 @@ -79,6 +79,7 @@ src_prepare() {
20 }
21
22 pkg_postinst() {
23 + # Fixes "wrongly" detected directory name, bgo#862534.
24 local KV_FULL="${PFPV}"
25 kernel-2_pkg_postinst
26
27 @@ -86,6 +87,7 @@ pkg_postinst() {
28 }
29
30 pkg_postrm() {
31 + # Same here, bgo#862534.
32 local KV_FULL="${PFPV}"
33 kernel-2_pkg_postrm
34 }