diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-02-02 23:58:42 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-02-03 00:25:09 +0100 |
commit | 4505a2104367d0bd605874e0883c2dfb1e5a99b5 (patch) | |
tree | 54a67cd9fd19edf6241c6d2d15e7073289f5fdd4 /app-misc/mepl/files | |
parent | dev-vcs/git: bump. (diff) | |
download | gentoo-4505a2104367d0bd605874e0883c2dfb1e5a99b5.tar.gz gentoo-4505a2104367d0bd605874e0883c2dfb1e5a99b5.tar.bz2 gentoo-4505a2104367d0bd605874e0883c2dfb1e5a99b5.zip |
app-misc/mepl: EAPI 6 bump.
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-misc/mepl/files')
-rw-r--r-- | app-misc/mepl/files/gcc433.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/mepl/files/gcc433.patch b/app-misc/mepl/files/gcc433.patch index 821f1330e377..0fd857a9ae30 100644 --- a/app-misc/mepl/files/gcc433.patch +++ b/app-misc/mepl/files/gcc433.patch @@ -1,5 +1,5 @@ ---- mepl.c 2009-04-07 21:17:32.000000000 +0200 -+++ mepl.c.new 2009-04-07 21:16:48.000000000 +0200 +--- a/mepl.c 2009-04-07 21:17:32.000000000 +0200 ++++ b/mepl.c 2009-04-07 21:16:48.000000000 +0200 @@ -1,3 +1,4 @@ +#include <stdlib.h> #define VERSION "0.45 Don Nov 25 19:13:58 CET 1999" |