blob: 38c64335a147912d8d76d91e99e8be688edc6fce (
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="Czech"
inherit vim-spell
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
LICENSE="GPL-2"
KEYWORDS="amd64 sparc x86"
|