From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-916512-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 83F431395E2
	for <garchives@archives.gentoo.org>; Sun, 11 Dec 2016 07:26:36 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E452821C012;
	Sun, 11 Dec 2016 07:26:35 +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 C51D221C012
	for <gentoo-commits@lists.gentoo.org>; Sun, 11 Dec 2016 07:26:35 +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 C50C934112A
	for <gentoo-commits@lists.gentoo.org>; Sun, 11 Dec 2016 07:26:32 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E10924B6
	for <gentoo-commits@lists.gentoo.org>; Sun, 11 Dec 2016 07:26:31 +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: <1481441178.f2979d28094ab3d08521f37fbb62800ca3cbe4d3.graaff@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/yard/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ruby/yard/yard-0.8.7.3.ebuild
X-VCS-Directories: dev-ruby/yard/
X-VCS-Committer: graaff
X-VCS-Committer-Name: Hans de Graaff
X-VCS-Revision: f2979d28094ab3d08521f37fbb62800ca3cbe4d3
X-VCS-Branch: master
Date: Sun, 11 Dec 2016 07:26:31 +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: ada4e6b7-c825-4084-a6d8-98fde72e3f41
X-Archives-Hash: b98a6548e576cebdcb4e185de0e85f4b

commit:     f2979d28094ab3d08521f37fbb62800ca3cbe4d3
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 11 06:57:33 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Dec 11 07:26:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2979d28

dev-ruby/yard: add ruby22

Package-Manager: portage-2.3.0

 dev-ruby/yard/yard-0.8.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/yard/yard-0.8.7.3.ebuild b/dev-ruby/yard/yard-0.8.7.3.ebuild
index f4cbb30..c934e46 100644
--- a/dev-ruby/yard/yard-0.8.7.3.ebuild
+++ b/dev-ruby/yard/yard-0.8.7.3.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC="yard"