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/certificate_authority/
Date: Sun, 05 Feb 2017 09:18:52
Message-Id: 1486286281.093a71a58cc353932306f026448fde40e1efbb2c.graaff@gentoo
1 commit: 093a71a58cc353932306f026448fde40e1efbb2c
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 08:28:19 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 09:18:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=093a71a5
7
8 dev-ruby/certificate_authority: restore x86 keyword
9
10 Package-Manager: portage-2.3.3
11
12 .../certificate_authority/certificate_authority-0.1.6-r1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild b/dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild
16 index d5d0f95..9a4a24c 100644
17 --- a/dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild
18 +++ b/dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild
19 @@ -1,9 +1,9 @@
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 EAPI=5
26 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
27 +USE_RUBY="ruby21 ruby22 ruby23"
28
29 RUBY_FAKEGEM_RECIPE_TEST="rspec"
30
31 @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/cchandler/certificate_authority"
32
33 LICENSE="MIT"
34 SLOT="0"
35 -KEYWORDS="~amd64 ~arm ~ppc64"
36 +KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
37 IUSE=""
38
39 ruby_add_rdepend ">=dev-ruby/activemodel-3.0.6:*"