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/minitest-around/
Date: Sun, 31 Oct 2021 18:03:23
Message-Id: 1635703377.d49cb5943915a8ef57ce53222d043dc88f9d0092.sam@gentoo
1 commit: d49cb5943915a8ef57ce53222d043dc88f9d0092
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Sun Oct 31 09:01:31 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 18:02:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d49cb594
7
8 dev-ruby/minitest-around: keyworded 0.5.0 for hppa, bug #816501
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 RepoMan-Options: --include-arches="hppa"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-ruby/minitest-around/minitest-around-0.5.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-ruby/minitest-around/minitest-around-0.5.0.ebuild b/dev-ruby/minitest-around/minitest-around-0.5.0.ebuild
19 index 6bcd6380383..487cabee9de 100644
20 --- a/dev-ruby/minitest-around/minitest-around-0.5.0.ebuild
21 +++ b/dev-ruby/minitest-around/minitest-around-0.5.0.ebuild
22 @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/splattael/minitest-around"
23
24 LICENSE="MIT"
25 SLOT="0"
26 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
27 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
28 IUSE=""
29
30 ruby_add_rdepend "dev-ruby/minitest:5"