diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-04-21 18:52:22 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-04-21 18:52:22 +0000 |
commit | 04d498433f67a1169c4d60c2472c0454059b1a10 (patch) | |
tree | 0288afd51104dffc6bac9a71d8a8aab867fec7f7 /app-text/texlive-core | |
parent | Support multilib libraries alternatively to emul-linux-x86-xlibs. (diff) | |
download | gentoo-2-04d498433f67a1169c4d60c2472c0454059b1a10.tar.gz gentoo-2-04d498433f67a1169c4d60c2472c0454059b1a10.tar.bz2 gentoo-2-04d498433f67a1169c4d60c2472c0454059b1a10.zip |
Fix bundled icu build on sparc, bug #466700. Patch ported from icu upstream.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 160F534A)
Diffstat (limited to 'app-text/texlive-core')
-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 5369563b093e..81cedfcdcaf8 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.196 2013/04/21 12:15:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.197 2013/04/21 18:52:21 aballier Exp $ + + 21 Apr 2013; Alexis Ballier <aballier@gentoo.org> + texlive-core-2012-r1.ebuild: + Fix bundled icu build on sparc, bug #466700. Patch ported from icu upstream. 21 Apr 2013; Agostino Sarubbo <ago@gentoo.org> texlive-core-2012-r1.ebuild: Stable for arm, 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 b3b5392b74d7..7d6f533970bf 100644 --- a/app-text/texlive-core/texlive-core-2012-r1.ebuild +++ b/app-text/texlive-core/texlive-core-2012-r1.ebuild @@ -1,11 +1,11 @@ # 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.12 2013/04/21 12:15:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2012-r1.ebuild,v 1.13 2013/04/21 18:52:22 aballier Exp $ EAPI=5 #TL_UPSTREAM_PATCHLEVEL="1" -PATCHLEVEL="38" +PATCHLEVEL="39" TL_SOURCE_VERSION=20120701 inherit eutils flag-o-matic toolchain-funcs libtool texlive-common |