voyageur    14/05/11 08:17:58

  Modified:             ChangeLog dragonegg-3.4.ebuild
  Log:
  Relax dependency on llvm for 3.4.1
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
C74525F2)

Revision  Changes    Path
1.18                 sys-devel/dragonegg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   17 Apr 2014 19:55:39 -0000      1.17
+++ ChangeLog   11 May 2014 08:17:58 -0000      1.18
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/dragonegg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/ChangeLog,v 1.17 
2014/04/17 19:55:39 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/ChangeLog,v 1.18 
2014/05/11 08:17:58 voyageur Exp $
+
+  11 May 2014; Bernard Cafarelli <[email protected]> dragonegg-3.4.ebuild:
+  Relax dependency on llvm for 3.4.1
 
   17 Apr 2014; Christoph Junghans <[email protected]> dragonegg-9999.ebuild:
   switch to git (bug #506692)



1.2                  sys-devel/dragonegg/dragonegg-3.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/dragonegg-3.4.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/dragonegg-3.4.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/dragonegg-3.4.ebuild?r1=1.1&r2=1.2

Index: dragonegg-3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/dragonegg-3.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dragonegg-3.4.ebuild        6 Jan 2014 23:24:55 -0000       1.1
+++ dragonegg-3.4.ebuild        11 May 2014 08:17:58 -0000      1.2
@@ -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/dragonegg/dragonegg-3.4.ebuild,v 
1.1 2014/01/06 23:24:55 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/dragonegg-3.4.ebuild,v 
1.2 2014/05/11 08:17:58 voyageur Exp $
 
 EAPI=5
 inherit multilib toolchain-funcs
@@ -17,7 +17,7 @@
 
 DEPEND="|| ( sys-devel/gcc:4.5[lto]
                >=sys-devel/gcc-4.6 )
-       ~sys-devel/llvm-${PV}"
+       =sys-devel/llvm-${PV}*"
 RDEPEND="${DEPEND}"
 
 src_compile() {




Reply via email to