summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-06-16 09:54:35 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-06-16 09:54:44 +0200
commitfbe04e6ff395a97c3f8aeb1728810e1166bb2092 (patch)
tree17fbcd78f13ccf5c2d35ccf2f4bc7af2885aef20 /app-text/texlive-core
parentnet-libs/onion: Fix build with some useflags combination, bug #621864 (diff)
downloadgentoo-fbe04e6ff395a97c3f8aeb1728810e1166bb2092.tar.gz
gentoo-fbe04e6ff395a97c3f8aeb1728810e1166bb2092.tar.bz2
gentoo-fbe04e6ff395a97c3f8aeb1728810e1166bb2092.zip
app-text/texlive-core: Force a rebuild of all the formats after an upgrade.
Bugs #621312 and #621336 are caused by format mismatches between the ones built and the pdftex & co version installed. Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-text/texlive-core')
-rw-r--r--app-text/texlive-core/texlive-core-2017-r2.ebuild (renamed from app-text/texlive-core/texlive-core-2017-r1.ebuild)3
1 files changed, 3 insertions, 0 deletions
diff --git a/app-text/texlive-core/texlive-core-2017-r1.ebuild b/app-text/texlive-core/texlive-core-2017-r2.ebuild
index 54a423e792a3..ad27da95fa20 100644
--- a/app-text/texlive-core/texlive-core-2017-r1.ebuild
+++ b/app-text/texlive-core/texlive-core-2017-r2.ebuild
@@ -340,6 +340,9 @@ src_install() {
pkg_postinst() {
etexmf-update
+ einfo "Regenerating TeX formats"
+ fmtutil-sys --all &> /dev/null
+
elog
elog "If you have configuration files in ${EPREFIX}/etc/texmf to merge,"
elog "please update them and run ${EPREFIX}/usr/sbin/texmf-update."