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 6244959CB1 for ; Mon, 11 Apr 2016 05:12:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA80621C097; Mon, 11 Apr 2016 05:12:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5711521C098 for ; Mon, 11 Apr 2016 05:12:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 101D8340A38 for ; Mon, 11 Apr 2016 05:12:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F4BE20E for ; Mon, 11 Apr 2016 05:12:14 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1460351528.27e99743e54d127ec750ba8ebfc5c546cb27893d.graaff@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.4.18-r2.ebuild X-VCS-Directories: dev-ruby/patron/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 27e99743e54d127ec750ba8ebfc5c546cb27893d X-VCS-Branch: master Date: Mon, 11 Apr 2016 05:12:14 +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: 60daeafa-f017-4961-a60f-f16d6d20a7bd X-Archives-Hash: 4d1068118af2c5f2c5e2aaf7415a8230 commit: 27e99743e54d127ec750ba8ebfc5c546cb27893d Author: Hans de Graaff gentoo org> AuthorDate: Mon Apr 11 04:54:18 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Apr 11 05:12:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27e99743 dev-ruby/patron: mark ruby21 revision stable Package-Manager: portage-2.2.26 dev-ruby/patron/patron-0.4.18-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/patron/patron-0.4.18-r2.ebuild b/dev-ruby/patron/patron-0.4.18-r2.ebuild index 48d6013..cdb11f9 100644 --- a/dev-ruby/patron/patron-0.4.18-r2.ebuild +++ b/dev-ruby/patron/patron-0.4.18-r2.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_TASK_TEST="spec" RUBY_FAKEGEM_EXTRADOC="README.txt" @@ -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 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" #ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"