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: 1498916708.1260c6cdd92a13bc69d224fa3de501890dd5fc82.aballier@gentoo
1 commit: 1260c6cdd92a13bc69d224fa3de501890dd5fc82
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 13:44:29 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 13:45:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1260c6cd
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-4.2.8.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/actionmailer/actionmailer-4.2.8.ebuild b/dev-ruby/actionmailer/actionmailer-4.2.8.ebuild
16 index e11e1fb0a42..84caccdae63 100644
17 --- a/dev-ruby/actionmailer/actionmailer-4.2.8.ebuild
18 +++ b/dev-ruby/actionmailer/actionmailer-4.2.8.ebuild
19 @@ -17,7 +17,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 ~ppc64 ~x86 ~amd64-linux"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
25 IUSE=""
26
27 RUBY_S="rails-${PV}/${PN}"