Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fast_gettext/
Date: Wed, 26 Jan 2022 18:40:55
Message-Id: 1643222445.5fcf42b8c7a710dbd73eb226f88b00e218505985.grobian@gentoo
1 commit: 5fcf42b8c7a710dbd73eb226f88b00e218505985
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 26 17:35:35 2022 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 26 18:40:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fcf42b8
7
8 dev-ruby/fast_gettext: marked ~arm64
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 dev-ruby/fast_gettext/fast_gettext-1.8.0.ebuild | 4 ++--
14 dev-ruby/fast_gettext/fast_gettext-2.2.0.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-ruby/fast_gettext/fast_gettext-1.8.0.ebuild b/dev-ruby/fast_gettext/fast_gettext-1.8.0.ebuild
18 index 460049f80286..2dc3447fb1d8 100644
19 --- a/dev-ruby/fast_gettext/fast_gettext-1.8.0.ebuild
20 +++ b/dev-ruby/fast_gettext/fast_gettext-1.8.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -18,7 +18,7 @@ SRC_URI="https://github.com/grosser/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
28
29 LICENSE="public-domain"
30 SLOT="0"
31 -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
32 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
33 IUSE=""
34
35 ruby_add_bdepend "test? ( dev-ruby/bundler )"
36
37 diff --git a/dev-ruby/fast_gettext/fast_gettext-2.2.0.ebuild b/dev-ruby/fast_gettext/fast_gettext-2.2.0.ebuild
38 index 70cc925e3d09..29366668c044 100644
39 --- a/dev-ruby/fast_gettext/fast_gettext-2.2.0.ebuild
40 +++ b/dev-ruby/fast_gettext/fast_gettext-2.2.0.ebuild
41 @@ -20,7 +20,7 @@ SRC_URI="https://github.com/grosser/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42
43 LICENSE="public-domain"
44 SLOT="2"
45 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
46 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
47 IUSE=""
48
49 ruby_add_bdepend "test? ( dev-ruby/bundler )"