Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mrueg:master commit in: www-apps/redmine_dashboard/
Date: Sat, 04 Jul 2015 11:26:24
Message-Id: 1436009165.cdc8072893438e138b8c726495218c46d794e0e1.mrueg@gentoo
1 commit: cdc8072893438e138b8c726495218c46d794e0e1
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 4 11:26:05 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 4 11:26:05 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=cdc80728
7
8 [www-apps/redmine_dashboard] Add ruby21 support.
9
10 Package-Manager: portage-2.2.20
11
12 www-apps/redmine_dashboard/redmine_dashboard-2.6.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/www-apps/redmine_dashboard/redmine_dashboard-2.6.1.ebuild b/www-apps/redmine_dashboard/redmine_dashboard-2.6.1.ebuild
16 index ea67980..8bed386 100644
17 --- a/www-apps/redmine_dashboard/redmine_dashboard-2.6.1.ebuild
18 +++ b/www-apps/redmine_dashboard/redmine_dashboard-2.6.1.ebuild
19 @@ -1,10 +1,10 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2015 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Header: $
24
25 EAPI=5
26
27 -USE_RUBY="ruby19 ruby20"
28 +USE_RUBY="ruby19 ruby20 ruby21"
29 inherit ruby-ng user
30
31 DESCRIPTION="A Redmine plugin which adds an issue dashboard that supports drag and drop and various filters"