Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activerecord/
Date: Sat, 07 Sep 2019 23:18:22
Message-Id: 1567897779.848bc811ac02f8f23cb38fc672aae1cbdc76e932.whissi@gentoo
1 commit: 848bc811ac02f8f23cb38fc672aae1cbdc76e932
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 7 23:09:39 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 7 23:09:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=848bc811
7
8 dev-ruby/activerecord: x86 keyworded (bug #692324)
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-ruby/activerecord/activerecord-6.0.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ruby/activerecord/activerecord-6.0.0.ebuild b/dev-ruby/activerecord/activerecord-6.0.0.ebuild
17 index 541ae5e776d..40f5d86d704 100644
18 --- a/dev-ruby/activerecord/activerecord-6.0.0.ebuild
19 +++ b/dev-ruby/activerecord/activerecord-6.0.0.ebuild
20 @@ -22,7 +22,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz
21
22 LICENSE="MIT"
23 SLOT="$(ver_cut 1-2)"
24 -KEYWORDS="~amd64 ~arm64"
25 +KEYWORDS="~amd64 ~arm64 ~x86"
26 IUSE="mysql postgres sqlite"
27
28 RUBY_S="rails-${PV}/${PN}"