maekke 15/03/24 20:10:21 Modified: ChangeLog factory_girl-4.5.0.ebuild Log: add ~arm, bug #540978 (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path 1.8 dev-ruby/factory_girl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/factory_girl/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/factory_girl/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/factory_girl/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/factory_girl/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 11 Mar 2015 06:16:32 -0000 1.7 +++ ChangeLog 24 Mar 2015 20:10:21 -0000 1.8 @@ -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.7 2015/03/11 06:16:32 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/factory_girl/ChangeLog,v 1.8 2015/03/24 20:10:21 maekke Exp $ + + 24 Mar 2015; Markus Meier <mae...@gentoo.org> factory_girl-4.5.0.ebuild: + add ~arm, bug #540978 11 Mar 2015; Hans de Graaff <gra...@gentoo.org> -factory_girl-4.2.0-r1.ebuild: 1.2 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.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/factory_girl/factory_girl-4.5.0.ebuild?rev=1.2&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.1&r2=1.2 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.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- factory_girl-4.5.0.ebuild 22 Feb 2015 07:38:11 -0000 1.1 +++ factory_girl-4.5.0.ebuild 24 Mar 2015 20:10:21 -0000 1.2 @@ -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.1 2015/02/22 07:38:11 graaff Exp $ +# $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 $ EAPI=5 @@ -23,7 +23,7 @@ LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/activesupport-3.0.0"