diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-09-28 11:30:30 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-09-28 11:31:49 +0200 |
commit | 45d7c2506a364f6a52bb357720496ad6925b51d5 (patch) | |
tree | 59ea166608c9b653ad5196e6d3753a415581d6b0 /app-vim/dhcpd-syntax/files | |
parent | app-vim/ntp-syntax: stable for amd64. mark stable for the remaining arches us... (diff) | |
download | gentoo-45d7c2506a364f6a52bb357720496ad6925b51d5.tar.gz gentoo-45d7c2506a364f6a52bb357720496ad6925b51d5.tar.bz2 gentoo-45d7c2506a364f6a52bb357720496ad6925b51d5.zip |
app-vim/dhcpd-syntax: EAPI 6 bump.
Package-Manager: Portage-2.3.8, Repoman-2.3.1
Diffstat (limited to 'app-vim/dhcpd-syntax/files')
-rw-r--r-- | app-vim/dhcpd-syntax/files/dhcpd-syntax-20030825-multiple-addresses.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/dhcpd-syntax/files/dhcpd-syntax-20030825-multiple-addresses.patch b/app-vim/dhcpd-syntax/files/dhcpd-syntax-20030825-multiple-addresses.patch index 22eaa8236795..b783792d4cb1 100644 --- a/app-vim/dhcpd-syntax/files/dhcpd-syntax-20030825-multiple-addresses.patch +++ b/app-vim/dhcpd-syntax/files/dhcpd-syntax-20030825-multiple-addresses.patch @@ -1,5 +1,5 @@ ---- syntax/dhcpd.vim.orig 2005-03-24 16:41:59.755564944 +0000 -+++ syntax/dhcpd.vim 2005-03-24 16:42:15.894111512 +0000 +--- a/syntax/dhcpd.vim 2005-03-24 16:41:59.755564944 +0000 ++++ b/syntax/dhcpd.vim 2005-03-24 16:42:15.894111512 +0000 @@ -33,7 +33,7 @@ " Base constructs {{{ syn match dhcpdString +"[^"]*"+ |