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/asciimath/
Date: Mon, 03 Jul 2017 09:12:10
Message-Id: 1499073093.4c4cc9ef0a5afedd1d0ad35f5c6d377df3a330ed.aballier@gentoo
1 commit: 4c4cc9ef0a5afedd1d0ad35f5c6d377df3a330ed
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 3 09:08:00 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 3 09:11:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4cc9ef
7
8 dev-ruby/asciimath: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ruby/asciimath/asciimath-1.0.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/asciimath/asciimath-1.0.4.ebuild b/dev-ruby/asciimath/asciimath-1.0.4.ebuild
16 index c627b5c3522..edea5f9820b 100644
17 --- a/dev-ruby/asciimath/asciimath-1.0.4.ebuild
18 +++ b/dev-ruby/asciimath/asciimath-1.0.4.ebuild
19 @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/pepijnve/asciimath"
20
21 LICENSE="MIT"
22 SLOT="1"
23 -KEYWORDS="~amd64 arm ppc ppc64"
24 +KEYWORDS="~amd64 arm ~arm64 ppc ppc64"
25 IUSE=""
26
27 RUBY_PATCHES=( ${P}-backslashes.patch )