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 B381713829C for ; Thu, 2 Jun 2016 21:48:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB94214272; Thu, 2 Jun 2016 21:48:05 +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 0ADB814269 for ; Thu, 2 Jun 2016 21:48:05 +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 27A12340CF1 for ; Thu, 2 Jun 2016 21:48:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74E68984 for ; Thu, 2 Jun 2016 21:48:01 +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: <1464904069.e4154be91f0e907517cf7fc34f6bfd4f42f64aac.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild dev-ruby/rack-protection/rack-protection-1.5.3.ebuild X-VCS-Directories: dev-ruby/rack-protection/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: e4154be91f0e907517cf7fc34f6bfd4f42f64aac X-VCS-Branch: master Date: Thu, 2 Jun 2016 21:48:01 +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: ef86c7b2-e6e9-443a-8fa8-2493efd7e521 X-Archives-Hash: 7da2475aece42492dd172bcaa77e96a9 commit: e4154be91f0e907517cf7fc34f6bfd4f42f64aac Author: Zero_Chaos gentoo org> AuthorDate: Thu Jun 2 21:41:41 2016 +0000 Commit: Richard Farina gentoo org> CommitDate: Thu Jun 2 21:47:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4154be9 dev-ruby/rack-protection: add ruby23, drop ruby19 to quiet repoman Package-Manager: portage-2.3.0_rc1 dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild | 2 +- dev-ruby/rack-protection/rack-protection-1.5.3.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild b/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild index a1ad2bd..5a0a998 100644 --- a/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild +++ b/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_TASK_DOC="" diff --git a/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild b/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild index 51ff5d3..26f173e 100644 --- a/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild +++ b/dev-ruby/rack-protection/rack-protection-1.5.3.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" +USE_RUBY="ruby20" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_TASK_DOC=""