summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-09-03 17:48:23 +0200
committerMichael Palimaka <kensington@gentoo.org>2016-09-11 04:27:48 +1000
commit60961337947bcc3545af929125d2ba51909d9ee0 (patch)
treebab4f08d5f889a4b7989bb1e4585219a9b902d5f /dev-libs/expat/files/expat-2.1.0-xmlwfargs.patch
parentx11-themes/mate-themes: drop support for old themes versioning (diff)
downloadgentoo-60961337947bcc3545af929125d2ba51909d9ee0.tar.gz
gentoo-60961337947bcc3545af929125d2ba51909d9ee0.tar.bz2
gentoo-60961337947bcc3545af929125d2ba51909d9ee0.zip
dev-libs/expat: remove unused patches
Diffstat (limited to 'dev-libs/expat/files/expat-2.1.0-xmlwfargs.patch')
-rw-r--r--dev-libs/expat/files/expat-2.1.0-xmlwfargs.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-libs/expat/files/expat-2.1.0-xmlwfargs.patch b/dev-libs/expat/files/expat-2.1.0-xmlwfargs.patch
deleted file mode 100644
index 5ac5d54eba18..000000000000
--- a/dev-libs/expat/files/expat-2.1.0-xmlwfargs.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fix "xmlwf -h" output
-
-Patch is from: http://pkgs.fedoraproject.org/cgit/expat.git/plain/expat-2.1.0-xmlwfargs.patch
-
---- xmlwf/xmlwf.c
-+++ xmlwf/xmlwf.c
-@@ -634,7 +634,7 @@ static void
- usage(const XML_Char *prog, int rc)
- {
- ftprintf(stderr,
-- T("usage: %s [-n] [-p] [-r] [-s] [-w] [-x] [-d output-dir] "
-+ T("usage: %s [-s] [-n] [-p] [-x] [-w] [-d output-dir] [-c] [-m] [-r] [-t] [-v] "
- "[-e encoding] file ...\n"), prog);
- exit(rc);
- }