diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-09-26 07:51:03 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-09-26 07:51:03 +0100 |
commit | 90438e851914ef103b105666c37f0bf48a44f245 (patch) | |
tree | c3cb8a67e582ea15e6ae5dde63d1cdc7b6711401 /app-vim | |
parent | net-analyzer/speedtest-cli: stable 2.1.1 for ppc64, bug #695456 (diff) | |
download | gentoo-90438e851914ef103b105666c37f0bf48a44f245.tar.gz gentoo-90438e851914ef103b105666c37f0bf48a44f245.tar.bz2 gentoo-90438e851914ef103b105666c37f0bf48a44f245.zip |
app-vim/supertab: stable 2.1 for ppc64, bug #695458
Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/supertab/supertab-2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/supertab/supertab-2.1.ebuild b/app-vim/supertab/supertab-2.1.ebuild index 6bdcfcdcfece..cef7dfb0d3db 100644 --- a/app-vim/supertab/supertab-2.1.ebuild +++ b/app-vim/supertab/supertab-2.1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: enhanced Tab key functionality" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1643 https://github.com/ervandew/supertab/" SRC_URI="https://github.com/ervandew/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" -KEYWORDS="amd64 ~mips ppc ~ppc64 x86" +KEYWORDS="amd64 ~mips ppc ppc64 x86" VIM_PLUGIN_HELPFILES="${PN}.txt" |