diff options
author | Sam James <sam@gentoo.org> | 2021-04-10 00:13:22 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-06-18 08:11:32 +0200 |
commit | ec24130fc17c4d48574721aeace1493eb25e7dea (patch) | |
tree | 54eccd4fa77332d9bb9172be7792eb4f808f1abf /ebuild-writing | |
parent | tasks-reference/init-scripts: mention required POSIX compliance (diff) | |
download | devmanual-ec24130fc17c4d48574721aeace1493eb25e7dea.tar.gz devmanual-ec24130fc17c4d48574721aeace1493eb25e7dea.tar.bz2 devmanual-ec24130fc17c4d48574721aeace1493eb25e7dea.zip |
ebuild-writing/misc-files/patches: modernise patch example
* Drop dates as we now recommend
* Use patch level 1
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ebuild-writing')
-rw-r--r-- | ebuild-writing/misc-files/patches/text.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ebuild-writing/misc-files/patches/text.xml b/ebuild-writing/misc-files/patches/text.xml index 7d13588..8d54dfd 100644 --- a/ebuild-writing/misc-files/patches/text.xml +++ b/ebuild-writing/misc-files/patches/text.xml @@ -96,8 +96,8 @@ from the <c>vim</c> patch tarball: <pre> # Detect Gentoo apache files properly. Gentoo bug 83565. ---- runtime/filetype.vim.orig 2005-03-25 01:44:12.000000000 +0000 -+++ runtime/filetype.vim 2005-03-25 01:45:15.000000000 +0000 +--- a/runtime/filetype.vim ++++ b/runtime/filetype.vim @@ -93,6 +93,9 @@ " Gentoo apache config file locations (Gentoo bug #76713) au BufNewFile,BufRead /etc/apache2/conf/*/* setf apache |