From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-909470-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 522021395E1 for <garchives@archives.gentoo.org>; Thu, 3 Nov 2016 07:06:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 584A7E0B88; Thu, 3 Nov 2016 07:06:26 +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 3ABEBE0B88 for <gentoo-commits@lists.gentoo.org>; Thu, 3 Nov 2016 07:06:26 +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 4799E341142 for <gentoo-commits@lists.gentoo.org>; Thu, 3 Nov 2016 07:06:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B796A7E1 for <gentoo-commits@lists.gentoo.org>; Thu, 3 Nov 2016 07:06:22 +0000 (UTC) From: "Hans de Graaff" <graaff@gentoo.org> 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" <graaff@gentoo.org> Message-ID: <1478156604.321522e7e8ce91980d40318ab239eafd8418c183.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/httparty/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/httparty/httparty-0.14.0.ebuild X-VCS-Directories: dev-ruby/httparty/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 321522e7e8ce91980d40318ab239eafd8418c183 X-VCS-Branch: master Date: Thu, 3 Nov 2016 07:06:22 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a30e582d-8d18-4662-af12-2cc56bca17a8 X-Archives-Hash: d05bb098961c251bcb10e020e8cfc33a commit: 321522e7e8ce91980d40318ab239eafd8418c183 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu Nov 3 07:03:24 2016 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu Nov 3 07:03:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=321522e7 dev-ruby/httparty: add ruby22 Package-Manager: portage-2.3.0 dev-ruby/httparty/httparty-0.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/httparty/httparty-0.14.0.ebuild b/dev-ruby/httparty/httparty-0.14.0.ebuild index 53409ae..6216c4f 100644 --- a/dev-ruby/httparty/httparty-0.14.0.ebuild +++ b/dev-ruby/httparty/httparty-0.14.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -USE_RUBY="ruby20 ruby21" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_TEST="rspec3"