diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-05-12 13:27:02 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-13 17:04:32 +0300 |
commit | dfd9bed61462f08bc65c02e7bc3bf64c7a27e496 (patch) | |
tree | 0a3c1849e669cff9597c6cb3622aed7f8d1f3efb /app-vim | |
parent | app-vim/vim-spell-es: EAPI8 bump (diff) | |
download | gentoo-dfd9bed61462f08bc65c02e7bc3bf64c7a27e496.tar.gz gentoo-dfd9bed61462f08bc65c02e7bc3bf64c7a27e496.tar.bz2 gentoo-dfd9bed61462f08bc65c02e7bc3bf64c7a27e496.zip |
app-vim/vim-spell-fr: 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-fr/vim-spell-fr-20060121-r2.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-vim/vim-spell-fr/vim-spell-fr-20060121-r2.ebuild b/app-vim/vim-spell-fr/vim-spell-fr-20060121-r2.ebuild new file mode 100644 index 000000000000..648d6058cfed --- /dev/null +++ b/app-vim/vim-spell-fr/vim-spell-fr-20060121-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="French" + +inherit vim-spell + +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" |