From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-957489-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 5C596139694
	for <garchives@archives.gentoo.org>; Sun, 25 Jun 2017 08:50:13 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 812F0E0BCB;
	Sun, 25 Jun 2017 08:50:12 +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 590C4E0BCB
	for <gentoo-commits@lists.gentoo.org>; Sun, 25 Jun 2017 08:50:12 +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 E6E573417D6
	for <gentoo-commits@lists.gentoo.org>; Sun, 25 Jun 2017 08:50:10 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E59997466
	for <gentoo-commits@lists.gentoo.org>; Sun, 25 Jun 2017 08:50:02 +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: <1498380580.d713f19f750724b4049a46a5fdfcdc76231d86a2.graaff@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/redmine/
X-VCS-Repository: repo/gentoo
X-VCS-Files: www-apps/redmine/redmine-3.2.1.ebuild
X-VCS-Directories: www-apps/redmine/
X-VCS-Committer: graaff
X-VCS-Committer-Name: Hans de Graaff
X-VCS-Revision: d713f19f750724b4049a46a5fdfcdc76231d86a2
X-VCS-Branch: master
Date: Sun, 25 Jun 2017 08:50:02 +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: 4eff5c7c-347f-4e9d-9829-40883c783b38
X-Archives-Hash: 37ea311306f61730dd7d84e077cc42a5

commit:     d713f19f750724b4049a46a5fdfcdc76231d86a2
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 08:49:24 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 08:49:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d713f19f

www-apps/redmine: add ruby22 and loosen dev-ruby/builder dependency

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 www-apps/redmine/redmine-3.2.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-apps/redmine/redmine-3.2.1.ebuild b/www-apps/redmine/redmine-3.2.1.ebuild
index 276a4028695..7898ebdee45 100644
--- a/www-apps/redmine/redmine-3.2.1.ebuild
+++ b/www-apps/redmine/redmine-3.2.1.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"
+USE_RUBY="ruby21 ruby22"
 inherit eutils depend.apache ruby-ng user
 
 DESCRIPTION="Flexible project management web application using the Ruby on Rails framework"
@@ -22,7 +22,7 @@ ruby_add_rdepend "
 	>=dev-ruby/rails-4.2.5.2:4.2
 	>=dev-ruby/jquery-rails-3.1.4:3
 	>=dev-ruby/coderay-1.1.0
-	>=dev-ruby/builder-3.0.4:3
+	>=dev-ruby/builder-3.0.4:*
 	>=dev-ruby/roadie-rails-1.1.0
 	dev-ruby/mime-types:*
 	=dev-ruby/request_store-1.0.5