blob: 1a56de6b953cd6d2d2bd1d71e38afbfc2171f6d1 (
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="German"
inherit vim-spell
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
|