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/histogram/
Date: Mon, 18 Oct 2021 23:49:52
Message-Id: 1634600961.16ec18540a356d318310d3d070b51cfc69cc1f5a.sam@gentoo
1 commit: 16ec18540a356d318310d3d070b51cfc69cc1f5a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 18 23:49:21 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 18 23:49:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16ec1854
7
8 dev-ruby/histogram: Stabilize 0.2.4.1 x86, #818796
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ruby/histogram/histogram-0.2.4.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/histogram/histogram-0.2.4.1.ebuild b/dev-ruby/histogram/histogram-0.2.4.1.ebuild
16 index c448a0cb93f..da11e287fc3 100644
17 --- a/dev-ruby/histogram/histogram-0.2.4.1.ebuild
18 +++ b/dev-ruby/histogram/histogram-0.2.4.1.ebuild
19 @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/jtprince/histogram"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="~amd64 x86"
25 IUSE=""
26
27 ruby_add_bdepend "test? ( dev-ruby/narray )"