diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-05-12 13:29:47 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-13 17:04:34 +0300 |
commit | de5d3b79dbf526d72735d7293cd3cf8ce6dfb391 (patch) | |
tree | 015a6ebb33d1cee8e27c8343d51a3b9a17ebf4af /app-vim | |
parent | app-vim/vim-spell-it: EAPI8 bump (diff) | |
download | gentoo-de5d3b79dbf526d72735d7293cd3cf8ce6dfb391.tar.gz gentoo-de5d3b79dbf526d72735d7293cd3cf8ce6dfb391.tar.bz2 gentoo-de5d3b79dbf526d72735d7293cd3cf8ce6dfb391.zip |
app-vim/vim-spell-nl: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vim-spell-nl/vim-spell-nl-20051007-r2.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-vim/vim-spell-nl/vim-spell-nl-20051007-r2.ebuild b/app-vim/vim-spell-nl/vim-spell-nl-20051007-r2.ebuild new file mode 100644 index 000000000000..61d29696a7ec --- /dev/null +++ b/app-vim/vim-spell-nl/vim-spell-nl-20051007-r2.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +VIM_SPELL_LANGUAGE="Dutch" + +inherit vim-spell + +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" |