From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3EF8B1388C1 for ; Sun, 3 Jan 2016 05:39:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8C99E08AB; Sun, 3 Jan 2016 05:38:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53AAFE08AB for ; Sun, 3 Jan 2016 05:38:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 63B7333E5E4 for ; Sun, 3 Jan 2016 05:38:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6CCACF0 for ; Sun, 3 Jan 2016 05:38:54 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1451799456.898e461bb60818ffb51e52784487ea204e4e4455.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/patron/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/patron/patron-0.5.0-r1.ebuild dev-ruby/patron/patron-0.5.0.ebuild X-VCS-Directories: dev-ruby/patron/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 898e461bb60818ffb51e52784487ea204e4e4455 X-VCS-Branch: master Date: Sun, 3 Jan 2016 05:38:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a85407f9-a38a-4519-b766-13b8f824250a X-Archives-Hash: effb5294d49a2510c96a6b6a963257c8 commit: 898e461bb60818ffb51e52784487ea204e4e4455 Author: Zero_Chaos gentoo org> AuthorDate: Sun Jan 3 05:37:36 2016 +0000 Commit: Richard Farina gentoo org> CommitDate: Sun Jan 3 05:37:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=898e461b dev-ruby/patron: adding ~arm Package-Manager: portage-2.2.26 dev-ruby/patron/{patron-0.5.0.ebuild => patron-0.5.0-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/patron/patron-0.5.0.ebuild b/dev-ruby/patron/patron-0.5.0-r1.ebuild similarity index 83% rename from dev-ruby/patron/patron-0.5.0.ebuild rename to dev-ruby/patron/patron-0.5.0-r1.ebuild index 1731d1a..ca677e1 100644 --- a/dev-ruby/patron/patron-0.5.0.ebuild +++ b/dev-ruby/patron/patron-0.5.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_EXTRADOC="README.md" @@ -15,7 +15,7 @@ HOMEPAGE="https://toland.github.com/patron/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" DEPEND+=" net-misc/curl"