Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/actionmailer/
Date: Sat, 01 Jul 2017 13:45:33
Message-Id: 1498916704.47ee96d71d546fcb337b7ce029a4e29bdc37f151.aballier@gentoo
1 commit: 47ee96d71d546fcb337b7ce029a4e29bdc37f151
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 12:15:14 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 13:45:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ee96d7
7
8 dev-ruby/actionmailer: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ruby/actionmailer/actionmailer-5.1.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/actionmailer/actionmailer-5.1.1.ebuild b/dev-ruby/actionmailer/actionmailer-5.1.1.ebuild
16 index 77d5ee57ed6..a011f5c457b 100644
17 --- a/dev-ruby/actionmailer/actionmailer-5.1.1.ebuild
18 +++ b/dev-ruby/actionmailer/actionmailer-5.1.1.ebuild
19 @@ -19,7 +19,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz
20
21 LICENSE="MIT"
22 SLOT="$(get_version_component_range 1-2)"
23 -KEYWORDS="~amd64 ~arm ~ppc ~amd64-linux"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~amd64-linux"
25 IUSE=""
26
27 RUBY_S="rails-${PV}/${PN}"