Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/factory_girl/
Date: Sun, 27 Aug 2017 06:18:57
Message-Id: 1503814632.0d264802a8bdddab095bc78fe0f761ee4ce3d759.graaff@gentoo
1 commit: 0d264802a8bdddab095bc78fe0f761ee4ce3d759
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 27 05:53:30 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 27 06:17:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d264802
7
8 dev-ruby/factory_girl: move ~x86 forward
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ruby/factory_girl/factory_girl-4.8.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/factory_girl/factory_girl-4.8.0.ebuild b/dev-ruby/factory_girl/factory_girl-4.8.0.ebuild
16 index 9fed5b7c122..c3553278366 100644
17 --- a/dev-ruby/factory_girl/factory_girl-4.8.0.ebuild
18 +++ b/dev-ruby/factory_girl/factory_girl-4.8.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -23,7 +23,7 @@ SRC_URI="https://github.com/thoughtbot/factory_girl/archive/v${PV}.tar.gz -> ${P
26
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm"
30 +KEYWORDS="~amd64 ~arm ~x86"
31 IUSE=""
32
33 ruby_add_rdepend ">=dev-ruby/activesupport-3.0.0:*"