diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 19:08:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:53:12 +0000 |
commit | 71cf495d88d8b8886e2efc5f6217be2a13d6add7 (patch) | |
tree | 58ffb46ad15bb81a4c86727cc694233cd0a1b1a4 /app-vim/dhcpd-syntax | |
parent | app-vim/cfengine-syntax: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-71cf495d88d8b8886e2efc5f6217be2a13d6add7.tar.gz gentoo-71cf495d88d8b8886e2efc5f6217be2a13d6add7.tar.bz2 gentoo-71cf495d88d8b8886e2efc5f6217be2a13d6add7.zip |
app-vim/dhcpd-syntax: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-vim/dhcpd-syntax')
-rw-r--r-- | app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r1.ebuild b/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r1.ebuild index c04a8ee628a4..7e8abbc1e05b 100644 --- a/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r1.ebuild +++ b/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: syntax highlighting for dhcpd.conf" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=744" LICENSE="vim" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for dhcpd.conf files." |