diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-05-18 18:40:40 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-06-17 20:48:07 +0200 |
commit | 6f08eef5b16ac1157305f07540fc59484a409d65 (patch) | |
tree | dbd04042578e0c5a24fd097145a520fe110d8791 /app-misc/getopt/files | |
parent | app-misc/getopt: fix LICENSE, update HOMEPAGE (diff) | |
download | gentoo-6f08eef5b16ac1157305f07540fc59484a409d65.tar.gz gentoo-6f08eef5b16ac1157305f07540fc59484a409d65.tar.bz2 gentoo-6f08eef5b16ac1157305f07540fc59484a409d65.zip |
app-misc/getopt: EAPI=7 bump
Closes: https://bugs.gentoo.org/686236
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-misc/getopt/files')
-rw-r--r-- | app-misc/getopt/files/getopt-1.1.4-irix.patch | 4 | ||||
-rw-r--r-- | app-misc/getopt/files/getopt-1.1.5-libintl.patch | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/getopt/files/getopt-1.1.4-irix.patch b/app-misc/getopt/files/getopt-1.1.4-irix.patch index 0c344a80131a..1fd38c3b0a20 100644 --- a/app-misc/getopt/files/getopt-1.1.4-irix.patch +++ b/app-misc/getopt/files/getopt-1.1.4-irix.patch @@ -1,7 +1,7 @@ http://bugs.gentoo.org/show_bug.cgi?id=211499 ---- gnu/getopt.c.dist -+++ gnu/getopt.c +--- a/gnu/getopt.c ++++ b/gnu/getopt.c @@ -69,12 +69,7 @@ #include <unistd.h> #endif /* GNU C library. */ diff --git a/app-misc/getopt/files/getopt-1.1.5-libintl.patch b/app-misc/getopt/files/getopt-1.1.5-libintl.patch index b40367105ed0..0b39b4ecbdc0 100644 --- a/app-misc/getopt/files/getopt-1.1.5-libintl.patch +++ b/app-misc/getopt/files/getopt-1.1.5-libintl.patch @@ -1,5 +1,5 @@ ---- Makefile.orig 2012-12-28 11:40:09.524686698 +0100 -+++ Makefile 2012-12-28 11:41:20.646157275 +0100 +--- a/Makefile 2012-12-28 11:40:09.524686698 +0100 ++++ b/Makefile 2012-12-28 11:41:20.646157275 +0100 @@ -61,7 +61,7 @@ -$(RM) $(objects) $(binaries) |