aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-03-25 21:00:21 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-03-25 21:00:21 +0100
commita73091655d070b849f8ff308319346da6972ef62 (patch)
tree32ea637740898e45eb7c415137f132526e9b6b5c
parenteconf.yas: escape special syntax (diff)
downloademacs-ebuild-snippets-a73091655d070b849f8ff308319346da6972ef62.tar.gz
emacs-ebuild-snippets-a73091655d070b849f8ff308319346da6972ef62.tar.bz2
emacs-ebuild-snippets-a73091655d070b849f8ff308319346da6972ef62.zip
ebuild-mode/ebuild.yas: escape special syntax
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r--snippets/ebuild-mode/ebuild.yas4
1 files changed, 2 insertions, 2 deletions
diff --git a/snippets/ebuild-mode/ebuild.yas b/snippets/ebuild-mode/ebuild.yas
index 1c16d3e..27dbf3e 100644
--- a/snippets/ebuild-mode/ebuild.yas
+++ b/snippets/ebuild-mode/ebuild.yas
@@ -35,8 +35,8 @@ if [[ \${PV} == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="$3.git"
else
- SRC_URI="$3/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
+ SRC_URI="$3/archive/\${PV}.tar.gz
+ -> \${P}.tar.gz"
KEYWORDS="${4:~amd64 ~x86}"
fi