summaryrefslogtreecommitdiff
path: root/sci-mathematics/msieve/files/fix-version.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /sci-mathematics/msieve/files/fix-version.patch
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'sci-mathematics/msieve/files/fix-version.patch')
-rw-r--r--sci-mathematics/msieve/files/fix-version.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/sci-mathematics/msieve/files/fix-version.patch b/sci-mathematics/msieve/files/fix-version.patch
deleted file mode 100644
index 748a7ae8c68c..000000000000
--- a/sci-mathematics/msieve/files/fix-version.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- common/driver.c 2011-05-02 09:10:50.000000000 +0800
-+++ common/driver.c.new 2012-11-30 16:43:59.067925006 +0800
-@@ -191,10 +191,9 @@
-
- logprintf(obj, "\n");
- logprintf(obj, "\n");
-- logprintf(obj, "Msieve v. %d.%02d (SVN %s)\n",
-+ logprintf(obj, "Msieve v. %d.%02d\n",
- MSIEVE_MAJOR_VERSION,
-- MSIEVE_MINOR_VERSION,
-- MSIEVE_SVN_VERSION);
-+ MSIEVE_MINOR_VERSION);
- start_time = time(NULL);
- if (obj->flags & MSIEVE_FLAG_LOG_TO_STDOUT) {
- printf("%s", ctime(&start_time));