diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-03-03 15:34:00 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-03-03 16:15:47 +0200 |
commit | 5f44ebb46e8189ebcbe1a6d5a5b6ea3737a5e44b (patch) | |
tree | 4301864d74eb71ef1cb6e178babdc8edfe2c0893 /app-vim/gentoo-syntax | |
parent | app-editors/vim-8.0.1298: arm64 stable (bug #639710) (diff) | |
download | gentoo-5f44ebb46e8189ebcbe1a6d5a5b6ea3737a5e44b.tar.gz gentoo-5f44ebb46e8189ebcbe1a6d5a5b6ea3737a5e44b.tar.bz2 gentoo-5f44ebb46e8189ebcbe1a6d5a5b6ea3737a5e44b.zip |
app-vim/gentoo-syntax--20170225: arm64 stable
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-vim/gentoo-syntax')
-rw-r--r-- | app-vim/gentoo-syntax/gentoo-syntax-20170225.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20170225.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20170225.ebuild index 2013082d6b0b..e8e229270960 100644 --- a/app-vim/gentoo-syntax/gentoo-syntax-20170225.ebuild +++ b/app-vim/gentoo-syntax/gentoo-syntax-20170225.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]] ; then inherit git-r3 else SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting" |