Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/i18n/
Date: Sat, 02 Oct 2021 20:40:25
Message-Id: 1633207203.d1f37f324dff96c989b93b31efc8e0fcc1f61e84.sam@gentoo
1 commit: d1f37f324dff96c989b93b31efc8e0fcc1f61e84
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 2 20:40:03 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 20:40:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f37f32
7
8 dev-ruby/i18n: Stabilize 1.8.9 x86, #807082
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ruby/i18n/i18n-1.8.9.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/i18n/i18n-1.8.9.ebuild b/dev-ruby/i18n/i18n-1.8.9.ebuild
16 index 3e97a23cc86..31067be5e22 100644
17 --- a/dev-ruby/i18n/i18n-1.8.9.ebuild
18 +++ b/dev-ruby/i18n/i18n-1.8.9.ebuild
19 @@ -18,7 +18,7 @@ SRC_URI="https://github.com/svenfuchs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
20
21 LICENSE="MIT"
22 SLOT="$(ver_cut 1)"
23 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
24 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25 IUSE=""
26
27 ruby_add_rdepend "dev-ruby/concurrent-ruby:1"