vapier      14/12/31 02:04:45

  Modified:             llvm-9999.ebuild llvm-3.5.0.ebuild ChangeLog
  Log:
  Fix typo with location of --disable-shared.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.95                 sys-devel/llvm/llvm-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.95&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.95&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?r1=1.94&r2=1.95

Index: llvm-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- llvm-9999.ebuild    26 Nov 2014 16:13:33 -0000      1.94
+++ llvm-9999.ebuild    31 Dec 2014 02:04:45 -0000      1.95
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.94 
2014/11/26 16:13:33 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.95 
2014/12/31 02:04:45 vapier Exp $
 
 EAPI=5
 
@@ -193,6 +193,7 @@
                --enable-keep-symbols
                --enable-shared
                --with-optimize-option=
+               $(tc-is-static-only && echo --disable-shared)
                $(use_enable !debug optimized)
                $(use_enable debug assertions)
                $(use_enable debug expensive-checks)



1.9                  sys-devel/llvm/llvm-3.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild?r1=1.8&r2=1.9

Index: llvm-3.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- llvm-3.5.0.ebuild   28 Dec 2014 12:06:22 -0000      1.8
+++ llvm-3.5.0.ebuild   31 Dec 2014 02:04:45 -0000      1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild,v 1.8 
2014/12/28 12:06:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild,v 1.9 
2014/12/31 02:04:45 vapier Exp $
 
 EAPI=5
 
@@ -75,7 +75,6 @@
 CMAKE_MAKEFILE_GENERATOR=emake
 
 pkg_pretend() {
-               $(tc-is-static-only && echo --disable-shared) \
        # in megs
        # !clang !debug !multitarget -O2       400
        # !clang !debug  multitarget -O2       550
@@ -203,6 +202,7 @@
                --enable-keep-symbols
                --enable-shared
                --with-optimize-option=
+               $(tc-is-static-only && echo --disable-shared)
                $(use_enable !debug optimized)
                $(use_enable debug assertions)
                $(use_enable debug expensive-checks)



1.214                sys-devel/llvm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.214&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.214&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.213&r2=1.214

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -r1.213 -r1.214
--- ChangeLog   28 Dec 2014 12:06:22 -0000      1.213
+++ ChangeLog   31 Dec 2014 02:04:45 -0000      1.214
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/llvm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.213 2014/12/28 
12:06:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.214 2014/12/31 
02:04:45 vapier Exp $
+
+  31 Dec 2014; Mike Frysinger <vap...@gentoo.org> llvm-3.5.0.ebuild,
+  llvm-9999.ebuild:
+  Fix typo with location of --disable-shared.
 
   28 Dec 2014; Agostino Sarubbo <a...@gentoo.org> llvm-3.5.0.ebuild:
   Stable for x86, wrt bug #530882




Reply via email to