diff options
author | 2017-02-04 21:23:32 +0200 | |
---|---|---|
committer | 2017-02-04 22:06:37 +0200 | |
commit | f1fff060e78accb229a77b4367e1561956389b2a (patch) | |
tree | 4dc2bef3205d726fb916cdeecde1ded99f6ffefb /app-crypt/stan/files | |
parent | app-crypt/md6sum: eapi bump (diff) | |
download | gentoo-f1fff060e78accb229a77b4367e1561956389b2a.tar.gz gentoo-f1fff060e78accb229a77b4367e1561956389b2a.tar.bz2 gentoo-f1fff060e78accb229a77b4367e1561956389b2a.zip |
app-crypt/stan: eapi bump
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-crypt/stan/files')
-rw-r--r-- | app-crypt/stan/files/stan-0.4.1-errno.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/stan/files/stan-0.4.1-errno.patch b/app-crypt/stan/files/stan-0.4.1-errno.patch index a63810c1ac1b..6bce4ba7e0d4 100644 --- a/app-crypt/stan/files/stan-0.4.1-errno.patch +++ b/app-crypt/stan/files/stan-0.4.1-errno.patch @@ -1,5 +1,5 @@ ---- src/data.c.orig 2005-12-05 13:23:44.000000000 +0200 -+++ src/data.c 2005-12-05 13:24:31.000000000 +0200 +--- a/src/data.c 2005-12-05 13:23:44.000000000 +0200 ++++ b/src/data.c 2005-12-05 13:24:31.000000000 +0200 @@ -55,7 +55,9 @@ #include <stats.h> #include <config.h> @@ -11,8 +11,8 @@ extern tnode_t **treap; extern bnode_t *bintree; size_t size = 0; ---- src/stan.c.orig 2005-12-05 13:23:49.000000000 +0200 -+++ src/stan.c 2005-12-05 13:24:57.000000000 +0200 +--- a/src/stan.c 2005-12-05 13:23:49.000000000 +0200 ++++ b/src/stan.c 2005-12-05 13:24:57.000000000 +0200 @@ -46,7 +46,9 @@ #include <bits.h> #include <config.h> |