Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activerecord/
Date: Mon, 08 Nov 2021 02:51:39
Message-Id: 1636339720.fd8ef9ea09ea454d215f373d7f3ad6b8bdca9a7d.dlan@gentoo
1 commit: fd8ef9ea09ea454d215f373d7f3ad6b8bdca9a7d
2 Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
3 AuthorDate: Fri Nov 5 10:41:46 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 8 02:48:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd8ef9ea
7
8 dev-ruby/activerecord: keyword ~riscv
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
12 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
13
14 dev-ruby/activerecord/activerecord-6.0.4.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-ruby/activerecord/activerecord-6.0.4.1.ebuild b/dev-ruby/activerecord/activerecord-6.0.4.1.ebuild
18 index 44c4dbac052..9b348ec9a64 100644
19 --- a/dev-ruby/activerecord/activerecord-6.0.4.1.ebuild
20 +++ b/dev-ruby/activerecord/activerecord-6.0.4.1.ebuild
21 @@ -22,7 +22,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz
22
23 LICENSE="MIT"
24 SLOT="$(ver_cut 1-2)"
25 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
26 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
27 IUSE="mysql postgres sqlite"
28
29 RUBY_S="rails-${PV}/${PN}"