app-vim/riv: Update live ebuild

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Manifest-Sign-Key: 00EFD31F1B60D5DBADB831C1C0ECE6960E54475B
Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
Nils Freydank 2020-12-08 17:09:47 +01:00
parent 1cccc67374
commit 7b1139ecf1
No known key found for this signature in database
GPG Key ID: BC5DC2998AAD2B21

View File

@ -5,7 +5,7 @@ EAPI="7"
inherit vim-plugin
COMMIT_ID="87a1f2c1e487ee0021855fd0c65c3f3244f4fc61"
COMMIT_ID="e26c3e8dce4c1332e802cde84f83e61ec8a13986"
DESCRIPTION="vim plugin: Take Notes in rst"
HOMEPAGE="https://github.com/gu-fan/riv.vim"
@ -16,6 +16,7 @@ RESTRICT="!test? ( test )"
if [[ ${PV} == *9999 ]]
then
inherit git-r3
# EGIT_REPO_URI="https://git.holgersson.xyz/mirror/riv.vim"
EGIT_REPO_URI="https://github.com/gu-fan/riv.vim.git"
else
SRC_URI="https://github.com/gu-fan/riv.vim/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"