app-vim/riv: Add RESTRICT="!test? ( test )" for QA

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Manifest-Sign-Key: 00EFD31F1B60D5DBADB831C1C0ECE6960E54475B
Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
Nils Freydank 2020-02-06 08:34:20 +01:00
parent b7161579b9
commit e1e4909c3e
No known key found for this signature in database
GPG Key ID: BC5DC2998AAD2B21
2 changed files with 10 additions and 4 deletions

View File

@ -9,8 +9,12 @@ COMMIT_ID="87a1f2c1e487ee0021855fd0c65c3f3244f4fc61"
DESCRIPTION="vim plugin: Take Notes in rst"
HOMEPAGE="https://github.com/gu-fan/riv.vim"
LICENSE="MIT"
IUSE="test"
RESTRICT="!test? ( test )"
if [[ ${PV} == *9999 ]]; then
if [[ ${PV} == *9999 ]]
then
inherit git-r3
EGIT_REPO_URI="https://github.com/gu-fan/riv.vim.git"
else
@ -19,6 +23,5 @@ else
KEYWORDS="~amd64 ~x86"
fi
LICENSE="MIT"
# FIXME/upstream: /usr/share/vim/vimfiles/after/syntax/python.vim file collision
DEPEND="!!app-vim/jedi"

View File

@ -9,8 +9,12 @@ COMMIT_ID="87a1f2c1e487ee0021855fd0c65c3f3244f4fc61"
DESCRIPTION="vim plugin: Take Notes in rst"
HOMEPAGE="https://github.com/gu-fan/riv.vim"
LICENSE="MIT"
IUSE="test"
RESTRICT="!test? ( test )"
if [[ ${PV} == *9999 ]]; then
if [[ ${PV} == *9999 ]]
then
inherit git-r3
EGIT_REPO_URI="https://github.com/gu-fan/riv.vim.git"
else
@ -19,6 +23,5 @@ else
KEYWORDS="~amd64 ~x86"
fi
LICENSE="MIT"
# FIXME/upstream: /usr/share/vim/vimfiles/after/syntax/python.vim file collision
DEPEND="!!app-vim/jedi"