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_git_hosting/
Date: Sat, 04 Jul 2015 11:31:32
Message-Id: 1436009478.d789cf8f99b706919d6bf7077cd8a0db2b6f886c.mrueg@gentoo
1 commit: d789cf8f99b706919d6bf7077cd8a0db2b6f886c
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 4 11:31:18 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 4 11:31:18 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=d789cf8f
7
8 [www-apps/redmine_git_hosting] Add ruby21 support.
9
10 Package-Manager: portage-2.2.20
11
12 www-apps/redmine_git_hosting/redmine_git_hosting-1.1.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-apps/redmine_git_hosting/redmine_git_hosting-1.1.1.ebuild b/www-apps/redmine_git_hosting/redmine_git_hosting-1.1.1.ebuild
16 index a4fa8e7..18dbfa0 100644
17 --- a/www-apps/redmine_git_hosting/redmine_git_hosting-1.1.1.ebuild
18 +++ b/www-apps/redmine_git_hosting/redmine_git_hosting-1.1.1.ebuild
19 @@ -4,7 +4,7 @@
20
21 EAPI=5
22
23 -USE_RUBY="ruby20"
24 +USE_RUBY="ruby20 ruby21"
25 inherit ruby-ng user
26
27 DESCRIPTION="A Redmine plugin which makes configuring your own Git hosting easy"