diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-11-16 09:07:50 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-11-16 09:07:50 +0000 |
commit | 0b8dfe1c6dc3ecaeee3efbce635021190c5090db (patch) | |
tree | dbc0058f56224ede12f131ff260830db4f504114 /dev-tex | |
parent | Drop old. (diff) | |
download | gentoo-2-0b8dfe1c6dc3ecaeee3efbce635021190c5090db.tar.gz gentoo-2-0b8dfe1c6dc3ecaeee3efbce635021190c5090db.tar.bz2 gentoo-2-0b8dfe1c6dc3ecaeee3efbce635021190c5090db.zip |
Removal: Bundles lots of libraries in a bad manner, see bug 250049
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/mpm/files/mpm-2.7.2817-multipleroots.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-tex/mpm/files/mpm-2.7.2817-multipleroots.patch b/dev-tex/mpm/files/mpm-2.7.2817-multipleroots.patch deleted file mode 100644 index ed87f5faa62c..000000000000 --- a/dev-tex/mpm/files/mpm-2.7.2817-multipleroots.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- Libraries/MiKTeX/Core/texmfroot.cpp 2008-01-11 13:17:25.403395876 +0100 -+++ Libraries/MiKTeX/Core/texmfroot.cpp.new 2008-01-11 13:19:45.623386558 +0100 -@@ -233,11 +233,13 @@ - UNEXPECTED_CONDITION - ("SessionImpl::InitializeRootDirectories"); - } -+ /* AVOIDING TEST FOR MULTIPLE ROOT DIRECTORIES IN $TEXMF AS IT FAILS ON GENTOO - if (find(vec.begin(), vec.end(), root.GetCurrent()) != vec.end()) - { - UNEXPECTED_CONDITION - ("SessionImpl::InitializeRootDirectories"); - } -+ */ - if (startupConfig.commonConfigRoot == root.GetCurrent()) - { - if ((GetPolicyFlags() & PolicyFlags::DataRootHighestPriority) != 0) |