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/histogram/
Date: Thu, 01 Apr 2021 12:30:39
Message-Id: 1617280220.d04ab79196540157a7fafdb916fdb3a0ea68fdf8.whissi@gentoo
1 commit: d04ab79196540157a7fafdb916fdb3a0ea68fdf8
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 1 12:30:20 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 1 12:30:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d04ab791
7
8 dev-ruby/histogram: x86 keyworded (bug #775716)
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-ruby/histogram/histogram-0.2.4.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ruby/histogram/histogram-0.2.4.1.ebuild b/dev-ruby/histogram/histogram-0.2.4.1.ebuild
17 index 09c6f9f62f9..d9d8cec9c17 100644
18 --- a/dev-ruby/histogram/histogram-0.2.4.1.ebuild
19 +++ b/dev-ruby/histogram/histogram-0.2.4.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/jtprince/histogram"
27
28 LICENSE="MIT"
29 SLOT="0"
30 -KEYWORDS="~amd64"
31 +KEYWORDS="~amd64 ~x86"
32 IUSE=""
33
34 all_ruby_prepare() {