From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-955370-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 7C22F139694
	for <garchives@archives.gentoo.org>; Wed, 14 Jun 2017 04:43:23 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B258321C04E;
	Wed, 14 Jun 2017 04:43:22 +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 90F8E21C04E
	for <gentoo-commits@lists.gentoo.org>; Wed, 14 Jun 2017 04:43:22 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 65C18341977
	for <gentoo-commits@lists.gentoo.org>; Wed, 14 Jun 2017 04:43:21 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C2ADF73E0
	for <gentoo-commits@lists.gentoo.org>; Wed, 14 Jun 2017 04:43:19 +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: <1497415261.5e71ebb1d0fb8f3c9adec687f9c78a4dd2f7e532.graaff@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jwt/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ruby/jwt/jwt-1.5.6.ebuild
X-VCS-Directories: dev-ruby/jwt/
X-VCS-Committer: graaff
X-VCS-Committer-Name: Hans de Graaff
X-VCS-Revision: 5e71ebb1d0fb8f3c9adec687f9c78a4dd2f7e532
X-VCS-Branch: master
Date: Wed, 14 Jun 2017 04:43:19 +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: 010187c4-09dd-4a0d-ac3c-f2a692c7feb2
X-Archives-Hash: e93e2cd32789bd0dd7d6ec90366d1ed3

commit:     5e71ebb1d0fb8f3c9adec687f9c78a4dd2f7e532
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 14 04:41:01 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jun 14 04:41:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e71ebb1

dev-ruby/jwt: add ruby24

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/jwt/jwt-1.5.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/jwt/jwt-1.5.6.ebuild b/dev-ruby/jwt/jwt-1.5.6.ebuild
index 2134455c8f8..9d525cfc855 100644
--- a/dev-ruby/jwt/jwt-1.5.6.ebuild
+++ b/dev-ruby/jwt/jwt-1.5.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"