blob: 0bf97ea819fba2022332acf6d049c1d33c4a4af9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
VIM_SPELL_LANGUAGE="Polish"
inherit vim-spell
LICENSE="CC-BY-SA-2.0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
|