commit: 42ea64726859d44133949623e303e3691f7f606c
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 9 16:13:09 2026 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Jan 9 16:13:09 2026 +0000
URL:
https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git/commit/?id=42ea6472
feat(ebuild-mode/patches.yas): do not immediately insert ${PN}
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
snippets/ebuild-mode/patches.yas | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/snippets/ebuild-mode/patches.yas b/snippets/ebuild-mode/patches.yas
index aee3141..8a98491 100644
--- a/snippets/ebuild-mode/patches.yas
+++ b/snippets/ebuild-mode/patches.yas
@@ -23,4 +23,4 @@
# --
-PATCHES=( "\${FILESDIR}/\${PN}-$1.patch" $0 )
\ No newline at end of file
+PATCHES=( "\${FILESDIR}/$1"$0 )
\ No newline at end of file