blob: a6239ded172a445f83dfc009d3086138d11d8695 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
VIM_SPELL_LANGUAGE="English"
inherit vim-spell
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
LICENSE="BSD LGPL-2.1 public-domain"
KEYWORDS="~alpha amd64 ~arm ~arm64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
|