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 3A1FE1384B4 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 184D8E08A8; 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 A050EE08A8 for ; Sun, 3 Jan 2016 05:38:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C36AD340139 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 B8514CF6 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: <1451799500.77d349e0d22657ec0f045c620af0da7c58d877a4.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/faraday/faraday-0.9.2-r1.ebuild dev-ruby/faraday/faraday-0.9.2.ebuild X-VCS-Directories: dev-ruby/faraday/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 77d349e0d22657ec0f045c620af0da7c58d877a4 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: b6bb47e0-19fb-4719-9a7f-8b03d3130675 X-Archives-Hash: 1fc7a2d9e5624f1f244c79a4f8e85bb7 commit: 77d349e0d22657ec0f045c620af0da7c58d877a4 Author: Zero_Chaos gentoo org> AuthorDate: Sun Jan 3 05:38:20 2016 +0000 Commit: Richard Farina gentoo org> CommitDate: Sun Jan 3 05:38:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77d349e0 dev-ruby/faraday: adding ~arm Package-Manager: portage-2.2.26 dev-ruby/faraday/{faraday-0.9.2.ebuild => faraday-0.9.2-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/faraday/faraday-0.9.2.ebuild b/dev-ruby/faraday/faraday-0.9.2-r1.ebuild similarity index 93% rename from dev-ruby/faraday/faraday-0.9.2.ebuild rename to dev-ruby/faraday/faraday-0.9.2-r1.ebuild index d72206c..9352db8 100644 --- a/dev-ruby/faraday/faraday-0.9.2.ebuild +++ b/dev-ruby/faraday/faraday-0.9.2-r1.ebuild @@ -1,10 +1,10 @@ -# 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_TASK_TEST="test" RUBY_FAKEGEM_TASK_DOC="" @@ -21,7 +21,7 @@ SRC_URI="https://github.com/lostisland/faraday/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="" DEPEND+=" test? ( sys-process/lsof )"