diff options
author | 2023-12-26 10:30:45 +0100 | |
---|---|---|
committer | 2023-12-28 02:03:09 +0100 | |
commit | 3f65a7c76a9eab140f9763d405b74b0d3acbf7e6 (patch) | |
tree | 916f90412306946c81ad09c370c281a77124f9d3 /app-crypt | |
parent | dev-util/bpftrace: remove unused patches (diff) | |
download | gentoo-3f65a7c76a9eab140f9763d405b74b0d3acbf7e6.tar.gz gentoo-3f65a7c76a9eab140f9763d405b74b0d3acbf7e6.tar.bz2 gentoo-3f65a7c76a9eab140f9763d405b74b0d3acbf7e6.zip |
app-crypt/xca: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34486
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/xca/files/xca-2.4.0-bug-733000.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/app-crypt/xca/files/xca-2.4.0-bug-733000.patch b/app-crypt/xca/files/xca-2.4.0-bug-733000.patch deleted file mode 100644 index 0863c906957e..000000000000 --- a/app-crypt/xca/files/xca-2.4.0-bug-733000.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- a/doc/Makefile 2021-05-07 22:40:29.000000000 +0200 -+++ b/doc/Makefile 2021-08-11 07:29:33.794844656 +0200 -@@ -12,16 +12,12 @@ - - SPHINX_FILES=$(patsubst %,sphinx/%.rst,$(RST_FILES)) - --.build-stamp doc: xca.1.gz html/index.html qthelp/xca.qhc -+.build-stamp doc: xca.1 html/index.html qthelp/xca.qhc - qthelpfiles=qthelp/*.html qthelp/xca.qhc qthelp/xca.qch - .install-stamp: doc - - include $(TOPDIR)/Rules.mak - --%.1.gz: %.1 -- @$(PRINT) " MAN [$(BASENAME)] $@" -- gzip -9 <$^ >$@ -- - xca.1: xca.1.head xca.1.options xca.1.tail - cat $^ > $@ - -@@ -43,7 +39,7 @@ - $(ENABLE_DOC)install -m 755 -d $(DESTDIR)$(htmldir) - $(ENABLE_DOC)install -m 644 $(qthelpfiles) $(DESTDIR)$(htmldir) - install -m 755 -d $(DESTDIR)$(mandir)/man1 -- install -m 644 *.1.gz $(DESTDIR)/$(mandir)/man1 -+ install -m 644 *.1 $(DESTDIR)/$(mandir)/man1 - - app: $(doc) - mkdir -p $(APPDIR)/Resources |