diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-04-08 15:23:09 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-04-08 15:27:25 +0000 |
commit | c0c30bc590fb26599a3816072f0f647357cdb63b (patch) | |
tree | 757fc993b8e31c51afb9ba73afe2bbf29dbe4197 /app-vim/vim-spell-pl/vim-spell-pl-20060218-r1.ebuild | |
parent | profiles: stable-unmask a few USE flags for dev-python/PyQt5 (diff) | |
download | gentoo-c0c30bc590fb26599a3816072f0f647357cdb63b.tar.gz gentoo-c0c30bc590fb26599a3816072f0f647357cdb63b.tar.bz2 gentoo-c0c30bc590fb26599a3816072f0f647357cdb63b.zip |
app-vim/vim-spell-pl: EAPI 6 bump.
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-vim/vim-spell-pl/vim-spell-pl-20060218-r1.ebuild')
-rw-r--r-- | app-vim/vim-spell-pl/vim-spell-pl-20060218-r1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-vim/vim-spell-pl/vim-spell-pl-20060218-r1.ebuild b/app-vim/vim-spell-pl/vim-spell-pl-20060218-r1.ebuild new file mode 100644 index 000000000000..70d1c44e6de3 --- /dev/null +++ b/app-vim/vim-spell-pl/vim-spell-pl-20060218-r1.ebuild @@ -0,0 +1,17 @@ +# 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="" + +src_compile() { + default +} |