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: Mon, 29 Apr 2019 19:49:51
Message-Id: 1556567374.16af41bc70e7ed6c1a3877eece26e5151a4ef646.slyfox@gentoo
1 commit: 16af41bc70e7ed6c1a3877eece26e5151a4ef646
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Mon Apr 29 18:08:38 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 29 19:49:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16af41bc
7
8 dev-ruby/asciimath: stable 1.0.4 for hppa, bug #656806
9
10 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12 RepoMan-Options: --include-arches="hppa"
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-ruby/asciimath/asciimath-1.0.4.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-ruby/asciimath/asciimath-1.0.4.ebuild b/dev-ruby/asciimath/asciimath-1.0.4.ebuild
19 index 6bb8e872efa..324c7d22e11 100644
20 --- a/dev-ruby/asciimath/asciimath-1.0.4.ebuild
21 +++ b/dev-ruby/asciimath/asciimath-1.0.4.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/pepijnve/asciimath"
29
30 LICENSE="MIT"
31 SLOT="1"
32 -KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
33 +KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 ~sparc x86"
34 IUSE=""
35
36 RUBY_PATCHES=( ${P}-backslashes.patch )