aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/ebuild-mode/ebuild.yas')
-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