diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-10-28 00:06:58 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-10-28 00:06:58 +0200 |
commit | 0d558e275674c7fc235a992b4e5b06ba731b4418 (patch) | |
tree | 439c820731a82d80068b7d54c204977ae71d8387 /app-vim/vimclojure | |
parent | app-vim/easy-align: clean up old. (diff) | |
download | gentoo-0d558e275674c7fc235a992b4e5b06ba731b4418.tar.gz gentoo-0d558e275674c7fc235a992b4e5b06ba731b4418.tar.bz2 gentoo-0d558e275674c7fc235a992b4e5b06ba731b4418.zip |
app-vim/vimclojure: Stable for amd64+x86.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-vim/vimclojure')
-rw-r--r-- | app-vim/vimclojure/vimclojure-2.3.6-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-vim/vimclojure/vimclojure-2.3.6-r2.ebuild b/app-vim/vimclojure/vimclojure-2.3.6-r2.ebuild index 9db315226409..d21795a8d7ba 100644 --- a/app-vim/vimclojure/vimclojure-2.3.6-r2.ebuild +++ b/app-vim/vimclojure/vimclojure-2.3.6-r2.ebuild @@ -10,10 +10,11 @@ MY_PN="VimClojure" DESCRIPTION="vim plugin: Clojure syntax highlighting, filetype and indent settings" HOMEPAGE="https://github.com/vim-scripts/VimClojure" +#SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.zip -> ${P}.zip" SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.zip" SLOT="0" LICENSE="BSD" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="dev-lang/clojure" |