summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-06-27 19:32:37 +0200
committerAaron Bauman <bman@gentoo.org>2020-06-27 16:48:09 -0400
commitf271f4436188e99aeef6d7de3f1bb6fa4c7a5dc8 (patch)
tree967082e759335d401b87659ccfea4b7b545f897a /net-print/cups
parentsys-boot/udk: remove unused file (diff)
downloadgentoo-f271f4436188e99aeef6d7de3f1bb6fa4c7a5dc8.tar.gz
gentoo-f271f4436188e99aeef6d7de3f1bb6fa4c7a5dc8.tar.bz2
gentoo-f271f4436188e99aeef6d7de3f1bb6fa4c7a5dc8.zip
net-print/cups: remove unused patch
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16449 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-print/cups')
-rw-r--r--net-print/cups/files/cups-2.2.0-dont-compress-manpages.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/net-print/cups/files/cups-2.2.0-dont-compress-manpages.patch b/net-print/cups/files/cups-2.2.0-dont-compress-manpages.patch
deleted file mode 100644
index 7b61b39f16ad..000000000000
--- a/net-print/cups/files/cups-2.2.0-dont-compress-manpages.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- cups-2.2.0/config-scripts/cups-manpages.m4
-+++ cups-2.2.0/config-scripts/cups-manpages.m4
-@@ -53,10 +53,10 @@
- ;;
- Linux* | GNU* | Darwin*)
- # Linux, GNU Hurd, and macOS
-- MAN1EXT=1.gz
-- MAN5EXT=5.gz
-- MAN7EXT=7.gz
-- MAN8EXT=8.gz
-+ MAN1EXT=1
-+ MAN5EXT=5
-+ MAN7EXT=7
-+ MAN8EXT=8
- MAN8DIR=8
- ;;
- *)