app-vim/vim-obsession: QA/Move KEYWORDS out of conditional block
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
parent
e73573cb53
commit
42765eb67b
@ -20,12 +20,11 @@ else
|
||||
if [[ ${PV} == *_p* ]]; then
|
||||
SRC_URI="https://github.com/tpope/vim-obsession/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/vim-obsession-${COMMIT_ID}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
else
|
||||
SRC_URI="https://github.com/tpope/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
fi
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DOCS=(
|
||||
README.markdown
|
||||
|
Loading…
Reference in New Issue
Block a user