diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-23 11:47:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-23 13:52:48 +0100 |
commit | f7f3b4a2e5401b2fdac055195a56744e4407c1ec (patch) | |
tree | 24b94f04e47e631874a9aa300ef015802d88d7ed /app-vim/gentoo-syntax/gentoo-syntax-20170225.ebuild | |
parent | profiles: Remove profiles for sparc-fbsd (diff) | |
download | gentoo-f7f3b4a2e5401b2fdac055195a56744e4407c1ec.tar.gz gentoo-f7f3b4a2e5401b2fdac055195a56744e4407c1ec.tar.bz2 gentoo-f7f3b4a2e5401b2fdac055195a56744e4407c1ec.zip |
*/*: Remove sparc-fbsd keywords
Diffstat (limited to 'app-vim/gentoo-syntax/gentoo-syntax-20170225.ebuild')
-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 971f4b78aac2..2013082d6b0b 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 ~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 ~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" |