summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2022-08-02 15:33:40 +0300
committerJoonas Niilola <juippis@gentoo.org>2022-08-03 08:43:52 +0300
commit05b5ccc784b05c723255ad963cd1a110513a4220 (patch)
treeee60538122a0f030423ebb71bf11b1ab3cfbe4bd /sys-kernel/pf-sources
parentdev-ruby/http-accept: add 2.2.0 (diff)
downloadgentoo-05b5ccc784b05c723255ad963cd1a110513a4220.tar.gz
gentoo-05b5ccc784b05c723255ad963cd1a110513a4220.tar.bz2
gentoo-05b5ccc784b05c723255ad963cd1a110513a4220.zip
sys-kernel/pf-sources: add comments about bug #862534 workarounds
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-kernel/pf-sources')
-rw-r--r--sys-kernel/pf-sources/pf-sources-5.18_p5.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-kernel/pf-sources/pf-sources-5.18_p5.ebuild b/sys-kernel/pf-sources/pf-sources-5.18_p5.ebuild
index c59be9f1107e..2ece45dcdc0f 100644
--- a/sys-kernel/pf-sources/pf-sources-5.18_p5.ebuild
+++ b/sys-kernel/pf-sources/pf-sources-5.18_p5.ebuild
@@ -79,6 +79,7 @@ src_prepare() {
}
pkg_postinst() {
+ # Fixes "wrongly" detected directory name, bgo#862534.
local KV_FULL="${PFPV}"
kernel-2_pkg_postinst
@@ -86,6 +87,7 @@ pkg_postinst() {
}
pkg_postrm() {
+ # Same here, bgo#862534.
local KV_FULL="${PFPV}"
kernel-2_pkg_postrm
}