diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-09 19:26:37 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-09 19:26:37 +0000 |
commit | 092ec10101ea5b54a8df1992a3d02018fb75e3af (patch) | |
tree | 9f19325045132b04d398a1e6734eb1886d95a9a5 /app-vim/fugitive | |
parent | app-vim/csound-syntax: Stabilize 20160804-r1 x86, #919591 (diff) | |
download | gentoo-092ec10101ea5b54a8df1992a3d02018fb75e3af.tar.gz gentoo-092ec10101ea5b54a8df1992a3d02018fb75e3af.tar.bz2 gentoo-092ec10101ea5b54a8df1992a3d02018fb75e3af.zip |
app-vim/fugitive: Stabilize 3.7 amd64, #919622
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-vim/fugitive')
-rw-r--r-- | app-vim/fugitive/fugitive-3.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/fugitive/fugitive-3.7.ebuild b/app-vim/fugitive/fugitive-3.7.ebuild index e0e4ec9939dc..822c25821985 100644 --- a/app-vim/fugitive/fugitive-3.7.ebuild +++ b/app-vim/fugitive/fugitive-3.7.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/tpope/vim-fugitive.git" else SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos" + KEYWORDS="amd64 ~x86 ~ppc-macos ~x64-macos" S="${WORKDIR}/vim-${P}" fi |