diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-05-30 16:32:17 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-05-30 16:32:17 +0000 |
commit | 272a80cbd0173faca2534960b01983a00b18b29a (patch) | |
tree | d6005e5835a9773cda74a3ad1926c3649aea2a03 /app-text | |
parent | Add hardened/linux/amd64/x32 to profiles.desc (diff) | |
download | gentoo-2-272a80cbd0173faca2534960b01983a00b18b29a.tar.gz gentoo-2-272a80cbd0173faca2534960b01983a00b18b29a.tar.bz2 gentoo-2-272a80cbd0173faca2534960b01983a00b18b29a.zip |
tc-export RANLIB too, by Michael Mair-Keimberger (iamnr3), bug #465746
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/texlive-core/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/texlive-core/texlive-core-2012-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog index 7043528809c5..2dabb6be13a7 100644 --- a/app-text/texlive-core/ChangeLog +++ b/app-text/texlive-core/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/texlive-core # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.200 2013/04/25 21:25:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.201 2013/05/30 16:32:17 aballier Exp $ + + 30 May 2013; Alexis Ballier <aballier@gentoo.org> + texlive-core-2012-r1.ebuild: + tc-export RANLIB too, by Michael Mair-Keimberger (iamnr3), bug #465746 25 Apr 2013; Agostino Sarubbo <ago@gentoo.org> texlive-core-2012-r1.ebuild: Stable for sh, wrt bug #449298 diff --git a/app-text/texlive-core/texlive-core-2012-r1.ebuild b/app-text/texlive-core/texlive-core-2012-r1.ebuild index 7302aa54374d..6119bede1485 100644 --- a/app-text/texlive-core/texlive-core-2012-r1.ebuild +++ b/app-text/texlive-core/texlive-core-2012-r1.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-text/texlive-core/texlive-core-2012-r1.ebuild,v 1.16 2013/04/25 21:25:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2012-r1.ebuild,v 1.17 2013/05/30 16:32:17 aballier Exp $ EAPI=5 @@ -145,7 +145,7 @@ src_configure() { # that don't have the same alphabetical order than ascii. Bug #242430 # So we set LC_ALL to C in order to avoid problems. export LC_ALL=C - tc-export CC CXX AR + tc-export CC CXX AR RANLIB ECONF_SOURCE="${B}" \ econf -C \ --bindir=/usr/bin \ |