diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-08-11 13:42:25 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-08-11 13:42:25 +0000 |
commit | 1ff7b2671fcedddbca1c75407aae089cd8f2edb7 (patch) | |
tree | dc21b5f997e1b2fb358ef8062edbf45b42815f73 /app-office | |
parent | sci-biology/maqview: Drop old (diff) | |
download | gentoo-2-1ff7b2671fcedddbca1c75407aae089cd8f2edb7.tar.gz gentoo-2-1ff7b2671fcedddbca1c75407aae089cd8f2edb7.tar.bz2 gentoo-2-1ff7b2671fcedddbca1c75407aae089cd8f2edb7.zip |
Symlink texmf files into texmf-site, texmf will not be seen by texlive 2013
(Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/lyx/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/lyx/lyx-2.0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/lyx/ChangeLog b/app-office/lyx/ChangeLog index 6cfae220b28e..120ea0370064 100644 --- a/app-office/lyx/ChangeLog +++ b/app-office/lyx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/lyx # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.301 2013/06/29 16:21:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.302 2013/08/11 13:42:25 aballier Exp $ + + 11 Aug 2013; Alexis Ballier <aballier@gentoo.org> lyx-2.0.6.ebuild: + Symlink texmf files into texmf-site, texmf will not be seen by texlive 2013 29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> lyx-2.0.6.ebuild: Stable for sparc, wrt bug #473432 diff --git a/app-office/lyx/lyx-2.0.6.ebuild b/app-office/lyx/lyx-2.0.6.ebuild index 9ebd94a43d16..1cfe52ef2f75 100644 --- a/app-office/lyx/lyx-2.0.6.ebuild +++ b/app-office/lyx/lyx-2.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-2.0.6.ebuild,v 1.10 2013/06/29 16:21:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-2.0.6.ebuild,v 1.11 2013/08/11 13:42:25 aballier Exp $ EAPI=3 @@ -129,7 +129,7 @@ src_install() { # fix for bug 91108 if use latex ; then - dosym ../../../lyx/tex /usr/share/texmf/tex/latex/lyx || die + dosym ../../../lyx/tex /usr/share/texmf-site/tex/latex/lyx || die fi # fonts needed for proper math display, see also bug #15629 |