diff options
author | Andrey Grozin <grozin@gentoo.org> | 2011-03-29 21:02:40 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2011-03-29 21:02:40 +0000 |
commit | ff33300e8a0ef6ad88c98ceb2f64de754aeaf254 (patch) | |
tree | 97a4f2a50910fcc009f466ef582cabfe956e502e /sci-mathematics/reduce/files | |
parent | fixed segfault with ncurses-5.8. bug #359179 (diff) | |
download | gentoo-2-ff33300e8a0ef6ad88c98ceb2f64de754aeaf254.tar.gz gentoo-2-ff33300e8a0ef6ad88c98ceb2f64de754aeaf254.tar.bz2 gentoo-2-ff33300e8a0ef6ad88c98ceb2f64de754aeaf254.zip |
QA issues fixed (bug #358383), csl now installed, pdf now installed with USE=doc (not tex files)
(Portage version: 2.2.0_alpha29/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics/reduce/files')
-rwxr-xr-x | sci-mathematics/reduce/files/csl | 2 | ||||
-rwxr-xr-x | sci-mathematics/reduce/files/redcsl (renamed from sci-mathematics/reduce/files/reduce) | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sci-mathematics/reduce/files/csl b/sci-mathematics/reduce/files/csl new file mode 100755 index 000000000000..895b6bd8f4a1 --- /dev/null +++ b/sci-mathematics/reduce/files/csl @@ -0,0 +1,2 @@ +#!/bin/sh +exec /usr/lib/reduce/csl $* diff --git a/sci-mathematics/reduce/files/reduce b/sci-mathematics/reduce/files/redcsl index ff40e3e073ab..ff40e3e073ab 100755 --- a/sci-mathematics/reduce/files/reduce +++ b/sci-mathematics/reduce/files/redcsl |