commit: cdc8072893438e138b8c726495218c46d794e0e1 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sat Jul 4 11:26:05 2015 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sat Jul 4 11:26:05 2015 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=cdc80728
[www-apps/redmine_dashboard] Add ruby21 support. Package-Manager: portage-2.2.20 www-apps/redmine_dashboard/redmine_dashboard-2.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-apps/redmine_dashboard/redmine_dashboard-2.6.1.ebuild b/www-apps/redmine_dashboard/redmine_dashboard-2.6.1.ebuild index ea67980..8bed386 100644 --- a/www-apps/redmine_dashboard/redmine_dashboard-2.6.1.ebuild +++ b/www-apps/redmine_dashboard/redmine_dashboard-2.6.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby19 ruby20 ruby21" inherit ruby-ng user DESCRIPTION="A Redmine plugin which adds an issue dashboard that supports drag and drop and various filters"
