diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-05-12 13:24:46 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-13 17:04:31 +0300 |
commit | cd90c093dacc64bc804a29a9f7ea55978fe001a8 (patch) | |
tree | 7cf5ca01367e683a1fefe7f1cadd49294542ede5 /app-vim | |
parent | app-vim/vim-spell-de: EAPI8 bump (diff) | |
download | gentoo-cd90c093dacc64bc804a29a9f7ea55978fe001a8.tar.gz gentoo-cd90c093dacc64bc804a29a9f7ea55978fe001a8.tar.bz2 gentoo-cd90c093dacc64bc804a29a9f7ea55978fe001a8.zip |
app-vim/vim-spell-el: 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-el/vim-spell-el-20080402-r2.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-vim/vim-spell-el/vim-spell-el-20080402-r2.ebuild b/app-vim/vim-spell-el/vim-spell-el-20080402-r2.ebuild new file mode 100644 index 000000000000..7fb3e04b1e3f --- /dev/null +++ b/app-vim/vim-spell-el/vim-spell-el-20080402-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="Greek" + +inherit vim-spell + +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" |