diff options
author | Hans de Graaff <graaff@gentoo.org> | 2017-08-27 07:53:30 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2017-08-27 08:17:12 +0200 |
commit | 0d264802a8bdddab095bc78fe0f761ee4ce3d759 (patch) | |
tree | a1ed4994ed820d851015b71ffb900f34470bd4af /dev-ruby/factory_girl | |
parent | dev-ruby/faraday: cleanup (diff) | |
download | gentoo-0d264802a8bdddab095bc78fe0f761ee4ce3d759.tar.gz gentoo-0d264802a8bdddab095bc78fe0f761ee4ce3d759.tar.bz2 gentoo-0d264802a8bdddab095bc78fe0f761ee4ce3d759.zip |
dev-ruby/factory_girl: move ~x86 forward
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ruby/factory_girl')
-rw-r--r-- | dev-ruby/factory_girl/factory_girl-4.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/factory_girl/factory_girl-4.8.0.ebuild b/dev-ruby/factory_girl/factory_girl-4.8.0.ebuild index 9fed5b7c122b..c35532783667 100644 --- a/dev-ruby/factory_girl/factory_girl-4.8.0.ebuild +++ b/dev-ruby/factory_girl/factory_girl-4.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -23,7 +23,7 @@ SRC_URI="https://github.com/thoughtbot/factory_girl/archive/v${PV}.tar.gz -> ${P LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/activesupport-3.0.0:*" |