Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/asciimath/
Date: Thu, 30 Nov 2017 20:06:49
Message-Id: 1512072259.7a5520d506927ca8a67227c0dfdd6d6fdaa6e3da.slyfox@gentoo
1 commit: 7a5520d506927ca8a67227c0dfdd6d6fdaa6e3da
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 30 20:03:26 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 30 20:04:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a5520d5
7
8 dev-ruby/asciimath: keyworded 1.0.4 for sparc, bug #583390 (thanks to Rolf Eike Beer)
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11 RepoMan-Options: --include-arches="sparc"
12
13 dev-ruby/asciimath/asciimath-1.0.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ruby/asciimath/asciimath-1.0.4.ebuild b/dev-ruby/asciimath/asciimath-1.0.4.ebuild
17 index abba2d6ee05..a0bd6d97813 100644
18 --- a/dev-ruby/asciimath/asciimath-1.0.4.ebuild
19 +++ b/dev-ruby/asciimath/asciimath-1.0.4.ebuild
20 @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/pepijnve/asciimath"
21
22 LICENSE="MIT"
23 SLOT="1"
24 -KEYWORDS="~amd64 arm ~arm64 ppc ppc64 x86"
25 +KEYWORDS="~amd64 arm ~arm64 ppc ppc64 ~sparc x86"
26 IUSE=""
27
28 RUBY_PATCHES=( ${P}-backslashes.patch )