diff options
Diffstat (limited to 'app-vim/gentoo-syntax/gentoo-syntax-20160530.ebuild')
-rw-r--r-- | app-vim/gentoo-syntax/gentoo-syntax-20160530.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20160530.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20160530.ebuild index 601277b128f6..8d1a5d52296a 100644 --- a/app-vim/gentoo-syntax/gentoo-syntax-20160530.ebuild +++ b/app-vim/gentoo-syntax/gentoo-syntax-20160530.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 ~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" |