commit: 7d2f1c406bee11611f3c4336f3d25ebd56d797b2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Tue Mar 14 19:07:11 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Tue Mar 14 19:07:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2f1c40
profiles: remove kpathsea mask on ia64 and sparc. This version has been stabilized without the corresponding texlive version so will likely break anything tex related on those arches anyway profiles/arch/ia64/package.mask | 3 +-- profiles/arch/sparc/package.mask | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/profiles/arch/ia64/package.mask b/profiles/arch/ia64/package.mask index e24f3ed1431..862b1c01639 100644 --- a/profiles/arch/ia64/package.mask +++ b/profiles/arch/ia64/package.mask @@ -3,9 +3,8 @@ # Alexis Ballier <[email protected]> (27 Jun 2013) # TeX Live 2013 mask. -# kpathsea has to be there because it has config files without /usr/share/texmf +# kpathsea should be there because it has config files without /usr/share/texmf # and thus will break anything before TeX Live 2013. ->=dev-libs/kpathsea-6.1.1_p20130530 >=app-text/texlive-core-2013 >=dev-tex/luatex-0.74 >=app-text/texlive-2013 diff --git a/profiles/arch/sparc/package.mask b/profiles/arch/sparc/package.mask index 597782fc491..c804094c710 100644 --- a/profiles/arch/sparc/package.mask +++ b/profiles/arch/sparc/package.mask @@ -12,9 +12,8 @@ sys-devel/kgcc64 # Alexis Ballier <[email protected]> (27 Jun 2013) # TeX Live 2013 mask. -# kpathsea has to be there because it has config files without /usr/share/texmf +# kpathsea should be there because it has config files without /usr/share/texmf # and thus will break anything before TeX Live 2013. ->=dev-libs/kpathsea-6.1.1_p20130530 >=app-text/texlive-core-2013 >=dev-tex/luatex-0.74 >=app-text/texlive-2013
