graaff      15/08/08 07:34:29

  Modified:             ChangeLog factory_girl-4.5.0.ebuild
  Log:
  Tests require activerecord with sqlite support.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.11                 dev-ruby/factory_girl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/factory_girl/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/factory_girl/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/factory_girl/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/factory_girl/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   7 Jun 2015 17:43:28 -0000       1.10
+++ ChangeLog   8 Aug 2015 07:34:29 -0000       1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/factory_girl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/factory_girl/ChangeLog,v 1.10 
2015/06/07 17:43:28 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/factory_girl/ChangeLog,v 1.11 
2015/08/08 07:34:29 graaff Exp $
+
+  08 Aug 2015; Hans de Graaff <[email protected]> factory_girl-4.5.0.ebuild:
+  Tests require activerecord with sqlite support.
 
   07 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
   Add github to remote-id in metadata.xml



1.3                  dev-ruby/factory_girl/factory_girl-4.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/factory_girl/factory_girl-4.5.0.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/factory_girl/factory_girl-4.5.0.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/factory_girl/factory_girl-4.5.0.ebuild?r1=1.2&r2=1.3

Index: factory_girl-4.5.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/factory_girl/factory_girl-4.5.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- factory_girl-4.5.0.ebuild   24 Mar 2015 20:10:21 -0000      1.2
+++ factory_girl-4.5.0.ebuild   8 Aug 2015 07:34:29 -0000       1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/factory_girl/factory_girl-4.5.0.ebuild,v 1.2 
2015/03/24 20:10:21 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/factory_girl/factory_girl-4.5.0.ebuild,v 1.3 
2015/08/08 07:34:29 graaff Exp $
 
 EAPI=5
 
@@ -26,11 +26,11 @@
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
-ruby_add_rdepend ">=dev-ruby/activesupport-3.0.0"
+ruby_add_rdepend ">=dev-ruby/activesupport-3.0.0:*"
 
 ruby_add_bdepend "
        test? (
-               >=dev-ruby/activerecord-3.1
+               >=dev-ruby/activerecord-3.1[sqlite]
                dev-ruby/bourne
                >=dev-ruby/mocha-0.12.8
                dev-ruby/timecop




Reply via email to