public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/texlive-core: ChangeLog texlive-core-2010-r4.ebuild texlive-core-2011-r4.ebuild
@ 2011-10-12 15:08 Raul Porcel (armin76)
  0 siblings, 0 replies; only message in thread
From: Raul Porcel (armin76) @ 2011-10-12 15:08 UTC (permalink / raw
  To: gentoo-commits

armin76     11/10/12 15:08:15

  Modified:             ChangeLog texlive-core-2010-r4.ebuild
                        texlive-core-2011-r4.ebuild
  Log:
  Add append-ldflags for alpha
  
  (Portage version: 2.1.10.11/cvs/Linux ia64)

Revision  Changes    Path
1.155                app-text/texlive-core/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.155&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.155&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?r1=1.154&r2=1.155

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog	4 Oct 2011 17:56:01 -0000	1.154
+++ ChangeLog	12 Oct 2011 15:08:15 -0000	1.155
@@ -1,6 +1,10 @@
 # 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.154 2011/10/04 17:56:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.155 2011/10/12 15:08:15 armin76 Exp $
+
+  12 Oct 2011; Raúl Porcel <armin76@gentoo.org> texlive-core-2010-r4.ebuild,
+  texlive-core-2011-r4.ebuild:
+  Add append-ldflags for alpha
 
   04 Oct 2011; Jeroen Roovers <jer@gentoo.org> texlive-core-2010-r4.ebuild:
   Stable for HPPA (bug #355085).



1.9                  app-text/texlive-core/texlive-core-2010-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2010-r4.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2010-r4.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2010-r4.ebuild?r1=1.8&r2=1.9

Index: texlive-core-2010-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2010-r4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- texlive-core-2010-r4.ebuild	4 Oct 2011 17:56:01 -0000	1.8
+++ texlive-core-2010-r4.ebuild	12 Oct 2011 15:08:15 -0000	1.9
@@ -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-r4.ebuild,v 1.8 2011/10/04 17:56:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2010-r4.ebuild,v 1.9 2011/10/12 15:08:15 armin76 Exp $
 
 EAPI=3
 
@@ -104,6 +104,9 @@
 }
 
 src_configure() {
+	# It fails on alpha without this
+	use alpha && append-ldflags "-Wl,--no-relax"
+
 	# Too many regexps use A-Z a-z constructs, what causes problems with locales
 	# that don't have the same alphabetical order than ascii. Bug #242430
 	# So we set LC_ALL to C in order to avoid problems.



1.2                  app-text/texlive-core/texlive-core-2011-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2011-r4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2011-r4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2011-r4.ebuild?r1=1.1&r2=1.2

Index: texlive-core-2011-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2011-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- texlive-core-2011-r4.ebuild	19 Aug 2011 18:52:45 -0000	1.1
+++ texlive-core-2011-r4.ebuild	12 Oct 2011 15:08:15 -0000	1.2
@@ -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-2011-r4.ebuild,v 1.1 2011/08/19 18:52:45 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2011-r4.ebuild,v 1.2 2011/10/12 15:08:15 armin76 Exp $
 
 EAPI=3
 
@@ -119,6 +119,9 @@
 }
 
 src_configure() {
+	# It fails on alpha without this
+	use alpha && append-ldflags "-Wl,--no-relax"
+
 	# Too many regexps use A-Z a-z constructs, what causes problems with locales
 	# that don't have the same alphabetical order than ascii. Bug #242430
 	# So we set LC_ALL to C in order to avoid problems.






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-10-12 15:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-12 15:08 [gentoo-commits] gentoo-x86 commit in app-text/texlive-core: ChangeLog texlive-core-2010-r4.ebuild texlive-core-2011-r4.ebuild Raul Porcel (armin76)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox