summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-11-30 08:55:11 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-11-30 08:55:11 +0000
commit4d774d86df44e7bf4657d5410327147abad2a166 (patch)
treedc9f12c98989418512ce9c5f98c3171b981ab1c4 /sci-mathematics/factmsieve/files
parentFix displayed versioning (diff)
downloadhistorical-4d774d86df44e7bf4657d5410327147abad2a166.tar.gz
historical-4d774d86df44e7bf4657d5410327147abad2a166.tar.bz2
historical-4d774d86df44e7bf4657d5410327147abad2a166.zip
Fixing patch: logfile path
Package-Manager: portage-2.2.0_alpha143/cvs/Linux x86_64
Diffstat (limited to 'sci-mathematics/factmsieve/files')
-rw-r--r--sci-mathematics/factmsieve/files/factmsieve-76.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-mathematics/factmsieve/files/factmsieve-76.patch b/sci-mathematics/factmsieve/files/factmsieve-76.patch
index 830caa7e48fb..c22f88606588 100644
--- a/sci-mathematics/factmsieve/files/factmsieve-76.patch
+++ b/sci-mathematics/factmsieve/files/factmsieve-76.patch
@@ -50,14 +50,3 @@
print(date_time_string() + s, file = out_f)
def output(s, console = True, log = True):
-@@ -357,8 +362,9 @@
- msd = os.path.abspath(os.path.join(cwd, MSIEVE_PATH))
- os.chdir(msd)
- rel = os.path.relpath(cwd)
-+ LOGNAME_m=LOGNAME+"_m"
- dp = os.path.join(rel, DATNAME)
-- lp = os.path.join(rel, LOGNAME)
-+ lp = os.path.join(rel, LOGNAME_m)
- ip = os.path.join(rel, ININAME)
- fp = os.path.join(rel, FBNAME)
- args = ('-s {0:s} -l {1:s} -i {2:s} -nf {3:s} '