diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-07-23 16:25:02 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-07-23 16:25:24 +0200 |
commit | b610d79784d68bf6e86ef87e7f7d92a64a2f980d (patch) | |
tree | 28ac1930a9ab34e1e76c19e551ef483906778150 /app-vim/vim-spell-de | |
parent | app-i18n/im-chooser: drop old (diff) | |
download | gentoo-b610d79784d68bf6e86ef87e7f7d92a64a2f980d.tar.gz gentoo-b610d79784d68bf6e86ef87e7f7d92a64a2f980d.tar.bz2 gentoo-b610d79784d68bf6e86ef87e7f7d92a64a2f980d.zip |
app-vim/vim-spell-de: EAPI 6 bump.
This also keyword the package for the ARM platform.
Sorry arm team for doing the work but this is a really harmless change.
Gentoo-Bug: https://bugs.gentoo.org/621352
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-vim/vim-spell-de')
-rw-r--r-- | app-vim/vim-spell-de/vim-spell-de-20080213-r1.ebuild | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-vim/vim-spell-de/vim-spell-de-20080213-r1.ebuild b/app-vim/vim-spell-de/vim-spell-de-20080213-r1.ebuild new file mode 100644 index 000000000000..94e0a48b5dcd --- /dev/null +++ b/app-vim/vim-spell-de/vim-spell-de-20080213-r1.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +EAPI=6 + +VIM_SPELL_LANGUAGE="German" + +inherit vim-spell + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~arm ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" |