diff options
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gentoo-syntax/gentoo-syntax-1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-vim/gentoo-syntax/gentoo-syntax-1.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-1.ebuild index 3cc000eb8ff3..cc256f13f274 100644 --- a/app-vim/gentoo-syntax/gentoo-syntax-1.ebuild +++ b/app-vim/gentoo-syntax/gentoo-syntax-1.ebuild @@ -5,11 +5,9 @@ EAPI=7 inherit vim-plugin -MY_P=${P/0.} DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting" HOMEPAGE="https://github.com/gentoo/gentoo-syntax" -SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${MY_P}.tar.bz2" -S=${WORKDIR}/${MY_P} +SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2" LICENSE="vim" SLOT="0" |