Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ethon/
Date: Sun, 03 Jan 2016 05:28:09
Message-Id: 1451798852.324e0422567fab3eaa3104fd6c887fa0aad513e9.zerochaos@gentoo
1 commit: 324e0422567fab3eaa3104fd6c887fa0aad513e9
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 3 05:20:35 2016 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 05:27:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=324e0422
7
8 dev-ruby/ethon: add keywords for ~arm and ~x86
9
10 Package-Manager: portage-2.2.26
11
12 dev-ruby/ethon/{ethon-0.8.0.ebuild => ethon-0.8.0-r1.ebuild} | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-ruby/ethon/ethon-0.8.0.ebuild b/dev-ruby/ethon/ethon-0.8.0-r1.ebuild
16 similarity index 85%
17 rename from dev-ruby/ethon/ethon-0.8.0.ebuild
18 rename to dev-ruby/ethon/ethon-0.8.0-r1.ebuild
19 index 01ea1df..9f6534c 100644
20 --- a/dev-ruby/ethon/ethon-0.8.0.ebuild
21 +++ b/dev-ruby/ethon/ethon-0.8.0-r1.ebuild
22 @@ -1,10 +1,10 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 EAPI=5
29
30 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
31 +USE_RUBY="ruby20 ruby21 ruby22"
32
33 RUBY_FAKEGEM_TASK_DOC=""
34 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
35 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/typhoeus/ethon"
36
37 LICENSE="MIT"
38 SLOT="0"
39 -KEYWORDS="~amd64"
40 +KEYWORDS="~amd64 ~arm ~x86"
41 IUSE=""
42
43 RDEPEND+=" net-misc/curl"