diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-08-25 11:47:28 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-08-25 14:03:28 +0200 |
commit | c2f173616126955a48dd220738f3299a28f92d2f (patch) | |
tree | 0bc03d07df1ce8be50ea255243629e073115a719 /app-vim | |
parent | dev-libs/imath: remove ~mips (diff) | |
download | gentoo-c2f173616126955a48dd220738f3299a28f92d2f.tar.gz gentoo-c2f173616126955a48dd220738f3299a28f92d2f.tar.bz2 gentoo-c2f173616126955a48dd220738f3299a28f92d2f.zip |
app-vim/colorsel: remove ~mips
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/colorsel/colorsel-20100406.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/colorsel/colorsel-20100406.ebuild b/app-vim/colorsel/colorsel-20100406.ebuild index 8f158dd6f371..254b06227000 100644 --- a/app-vim/colorsel/colorsel-20100406.ebuild +++ b/app-vim/colorsel/colorsel-20100406.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: RGB / HSV color selector" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=927" SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=12789 -> ${P}.zip" LICENSE="public-domain" -KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86" +KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86" VIM_PLUGIN_HELPFILES="${PN}.txt" |