From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 7A02D138330 for ; Mon, 29 Aug 2016 00:12:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81010E0B87; Mon, 29 Aug 2016 00:12:01 +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 D4CF2E0B87 for ; Mon, 29 Aug 2016 00:12:00 +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 5B5DB340836 for ; Mon, 29 Aug 2016 00:11:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77C81246F for ; Mon, 29 Aug 2016 00:11:57 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1472429427.3a2503152fa17c67f296cf32ec44f67d6d768787.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: www-apps/redmine_dashboard/ X-VCS-Repository: dev/mrueg X-VCS-Files: www-apps/redmine_dashboard/redmine_dashboard-2.7.1.ebuild X-VCS-Directories: www-apps/redmine_dashboard/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 3a2503152fa17c67f296cf32ec44f67d6d768787 X-VCS-Branch: master Date: Mon, 29 Aug 2016 00:11:57 +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: 23f22a0c-552c-4e74-a8e6-0ef06a51c9a3 X-Archives-Hash: f8237c3351ce87a830d1da53d603823f commit: 3a2503152fa17c67f296cf32ec44f67d6d768787 Author: Manuel Rüger gentoo org> AuthorDate: Mon Aug 29 00:10:27 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Aug 29 00:10:27 2016 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=3a250315 www-apps/redmine_dashboard: Add ruby22 Package-Manager: portage-2.3.0 www-apps/redmine_dashboard/redmine_dashboard-2.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/redmine_dashboard/redmine_dashboard-2.7.1.ebuild b/www-apps/redmine_dashboard/redmine_dashboard-2.7.1.ebuild index 9343cae..3b95b38 100644 --- a/www-apps/redmine_dashboard/redmine_dashboard-2.7.1.ebuild +++ b/www-apps/redmine_dashboard/redmine_dashboard-2.7.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -USE_RUBY="ruby20 ruby21" +USE_RUBY="ruby20 ruby21 ruby22" inherit ruby-ng user DESCRIPTION="Redmine plugin that adds an issue dashboard to drag and drop and various filters"