diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-07-14 08:17:53 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-07-14 08:17:53 +0300 |
commit | 5981a5c2b13e144cc6421ebbeecf51410caea2af (patch) | |
tree | f4a604f7ef598e362ab6e70794b25add99b2aa11 /sys-kernel/pf-sources | |
parent | dev-cpp/clucene: fix build on musl (diff) | |
download | gentoo-5981a5c2b13e144cc6421ebbeecf51410caea2af.tar.gz gentoo-5981a5c2b13e144cc6421ebbeecf51410caea2af.tar.bz2 gentoo-5981a5c2b13e144cc6421ebbeecf51410caea2af.zip |
sys-kernel/pf-sources: reword a comment, fix comment typo
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_p3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-kernel/pf-sources/pf-sources-5.18_p3.ebuild b/sys-kernel/pf-sources/pf-sources-5.18_p3.ebuild index b8ebece4d989..6b411574afb8 100644 --- a/sys-kernel/pf-sources/pf-sources-5.18_p3.ebuild +++ b/sys-kernel/pf-sources/pf-sources-5.18_p3.ebuild @@ -72,7 +72,7 @@ src_unpack() { } src_prepare() { - # kernel-2_src_prepare doesn't apply PATCHES(). And with pf-sources's move to Codeberg, we need + # kernel-2_src_prepare doesn't apply PATCHES(). After pf-sources moved to Codeberg, we need # to manually eapply the genpatches too. eapply "${WORKDIR}"/*.patch default |