Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/asciimath/
Date: Sun, 01 Oct 2017 00:56:45
Message-Id: 1506818409.2b0e8b24893f8c3f1ef2d5929bc60275a67ee5b9.whissi@gentoo
1 commit: 2b0e8b24893f8c3f1ef2d5929bc60275a67ee5b9
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 1 00:40:09 2017 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 1 00:40:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b0e8b24
7
8 dev-ruby/asciimath: x86 stable (bug #614978)
9
10 Package-Manager: Portage-2.3.10, Repoman-2.3.3
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 300a2016830..abba2d6ee05 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 ~arm64 ppc ppc64 ~x86"
24 +KEYWORDS="~amd64 arm ~arm64 ppc ppc64 x86"
25 IUSE=""
26
27 RUBY_PATCHES=( ${P}-backslashes.patch )