diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-02-16 13:28:30 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-02-16 13:28:30 +0000 |
commit | aa2071c39996db73caa124b224de37b5f5e7cf95 (patch) | |
tree | 868a003fa806c8b4434047c3f8a47183b8a9c938 /app-text | |
parent | remoteosd is now controlled by the gcrypt useflag (diff) | |
download | gentoo-2-aa2071c39996db73caa124b224de37b5f5e7cf95.tar.gz gentoo-2-aa2071c39996db73caa124b224de37b5f5e7cf95.tar.bz2 gentoo-2-aa2071c39996db73caa124b224de37b5f5e7cf95.zip |
use etexmf-update
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/texlive-core/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/texlive-core/texlive-core-2010.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog index 69192872e515..924a9ebcacd0 100644 --- a/app-text/texlive-core/ChangeLog +++ b/app-text/texlive-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/texlive-core # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.129 2011/02/16 13:06:39 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.130 2011/02/16 13:28:30 aballier Exp $ + + 16 Feb 2011; Alexis Ballier <aballier@gentoo.org> texlive-core-2010.ebuild: + use etexmf-update 16 Feb 2011; Alexis Ballier <aballier@gentoo.org> texlive-core-2010.ebuild: Import a fix from upstream to fix build with libpng 1.5, bug #355105 diff --git a/app-text/texlive-core/texlive-core-2010.ebuild b/app-text/texlive-core/texlive-core-2010.ebuild index 45368a1e497a..b7005583ab4c 100644 --- a/app-text/texlive-core/texlive-core-2010.ebuild +++ b/app-text/texlive-core/texlive-core-2010.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2010.ebuild,v 1.3 2011/02/16 13:06:39 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2010.ebuild,v 1.4 2011/02/16 13:28:30 aballier Exp $ EAPI=3 @@ -288,9 +288,7 @@ pkg_preinst() { } pkg_postinst() { - if [ "$ROOT" = "/" ] ; then - /usr/sbin/texmf-update - fi + etexmf-update elog elog "If you have configuration files in /etc/texmf to merge," |