From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1424828-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 54F9D158095
	for <garchives@archives.gentoo.org>; Wed,  3 Aug 2022 05:44:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 08854E08FA;
	Wed,  3 Aug 2022 05:44:00 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 85A9DE08CD
	for <gentoo-commits@lists.gentoo.org>; Wed,  3 Aug 2022 05:43:59 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 766B1340E00
	for <gentoo-commits@lists.gentoo.org>; Wed,  3 Aug 2022 05:43:58 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id BFCD7544
	for <gentoo-commits@lists.gentoo.org>; Wed,  3 Aug 2022 05:43:56 +0000 (UTC)
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org>
Message-ID: <1659505432.05b5ccc784b05c723255ad963cd1a110513a4220.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/pf-sources/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-kernel/pf-sources/pf-sources-5.18_p5.ebuild
X-VCS-Directories: sys-kernel/pf-sources/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: 05b5ccc784b05c723255ad963cd1a110513a4220
X-VCS-Branch: master
Date: Wed,  3 Aug 2022 05:43:56 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: b5b737e9-db08-4f15-8c16-64f6ffbb6389
X-Archives-Hash: 8be1a1caa116cdbc4170efd3d4075c5f

commit:     05b5ccc784b05c723255ad963cd1a110513a4220
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  2 12:33:40 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Aug  3 05:43:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05b5ccc7

sys-kernel/pf-sources: add comments about bug #862534 workarounds

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sys-kernel/pf-sources/pf-sources-5.18_p5.ebuild | 2 ++
 1 file changed, 2 insertions(+)

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
 }