blob: 23f7c79285361a48b16dc1512b25dcb20c1b560b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=0
VIM_SPELL_LANGUAGE="Hebrew"
inherit vim-spell
LICENSE="GPL-2"
KEYWORDS="amd64 x86"
IUSE=""
|