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/patron/
Date: Sun, 03 Jan 2016 05:39:00
Message-Id: 1451799456.898e461bb60818ffb51e52784487ea204e4e4455.zerochaos@gentoo
1 commit: 898e461bb60818ffb51e52784487ea204e4e4455
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 3 05:37:36 2016 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 05:37:36 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=898e461b
7
8 dev-ruby/patron: adding ~arm
9
10 Package-Manager: portage-2.2.26
11
12 dev-ruby/patron/{patron-0.5.0.ebuild => patron-0.5.0-r1.ebuild} | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-ruby/patron/patron-0.5.0.ebuild b/dev-ruby/patron/patron-0.5.0-r1.ebuild
16 similarity index 83%
17 rename from dev-ruby/patron/patron-0.5.0.ebuild
18 rename to dev-ruby/patron/patron-0.5.0-r1.ebuild
19 index 1731d1a..ca677e1 100644
20 --- a/dev-ruby/patron/patron-0.5.0.ebuild
21 +++ b/dev-ruby/patron/patron-0.5.0-r1.ebuild
22 @@ -1,9 +1,9 @@
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 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
30 +USE_RUBY="ruby20 ruby21 ruby22"
31
32 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
33 RUBY_FAKEGEM_EXTRADOC="README.md"
34 @@ -15,7 +15,7 @@ HOMEPAGE="https://toland.github.com/patron/"
35
36 LICENSE="MIT"
37 SLOT="0"
38 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
39 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
40 IUSE=""
41
42 DEPEND+=" net-misc/curl"