Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hashicorp-checkpoint/
Date: Sun, 05 Feb 2017 09:59:29
Message-Id: 1486288756.e7f016f0b4a7902826009d621e0cc54fce350048.graaff@gentoo
1 commit: e7f016f0b4a7902826009d621e0cc54fce350048
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 09:58:11 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 09:59:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7f016f0
7
8 dev-ruby/hashicorp-checkpoint: restore x86 keyword
9
10 Package-Manager: portage-2.3.3
11
12 dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.4-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.4-r1.ebuild b/dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.4-r1.ebuild
16 index 3f4e996..70b710c 100644
17 --- a/dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.4-r1.ebuild
18 +++ b/dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.4-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -17,7 +17,7 @@ HOMEPAGE="http://www.hashicorp.com"
26
27 LICENSE="MPL-2.0"
28 SLOT="0"
29 -KEYWORDS="~amd64"
30 +KEYWORDS="~amd64 ~x86"
31
32 ruby_add_bdepend "
33 test? ( dev-ruby/rspec-its )