diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2017-03-21 16:20:46 +0100 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2017-03-21 16:39:27 +0100 |
commit | 8415365f1dd013769772c121e267c0dcd907c11e (patch) | |
tree | 66c58bf8d45d1c33a4b654e39b1eeec2bc2e762d /app-vim | |
parent | app-text/poppler-data: add ~x64-cygwin keyword (diff) | |
download | gentoo-8415365f1dd013769772c121e267c0dcd907c11e.tar.gz gentoo-8415365f1dd013769772c121e267c0dcd907c11e.tar.bz2 gentoo-8415365f1dd013769772c121e267c0dcd907c11e.zip |
app-vim/gentoo-syntax: add ~x64-cygwin keyword
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-vim')
-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 6f3334c50e5b..310a359bcce1 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 ~amd64-fbsd ~sparc-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 ~sparc-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="Gentoo and portage related syntax highlighting, filetype, and indent settings" |