Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/test-unit/
Date: Thu, 15 Feb 2018 21:49:00
Message-Id: 1518731328.224baa92a58ad878a1b5a21775bc1215f4e42206.mgorny@gentoo
1 commit: 224baa92a58ad878a1b5a21775bc1215f4e42206
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 15 21:48:15 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 15 21:48:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224baa92
7
8 dev-ruby/test-unit: Lower to ~arm64 due to deps
9
10 dev-ruby/test-unit/test-unit-1.2.3-r3.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-ruby/test-unit/test-unit-1.2.3-r3.ebuild b/dev-ruby/test-unit/test-unit-1.2.3-r3.ebuild
14 index 6f29ea161b4..67d53c5772e 100644
15 --- a/dev-ruby/test-unit/test-unit-1.2.3-r3.ebuild
16 +++ b/dev-ruby/test-unit/test-unit-1.2.3-r3.ebuild
17 @@ -24,7 +24,7 @@ HOMEPAGE="http://test-unit.rubyforge.org/"
18
19 LICENSE="MIT"
20 SLOT="0"
21 -KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
22 +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
23 IUSE=""
24
25 ruby_add_rdepend ">=dev-ruby/hoe-1.5.1"