From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 40296138D0E for ; Sat, 4 Jul 2015 11:31:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3956E08DD; Sat, 4 Jul 2015 11:31:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48F75E0901 for ; Sat, 4 Jul 2015 11:31:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D53434089A for ; Sat, 4 Jul 2015 11:31:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEDAF754 for ; Sat, 4 Jul 2015 11:31:26 +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: <1436009478.d789cf8f99b706919d6bf7077cd8a0db2b6f886c.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: www-apps/redmine_git_hosting/ X-VCS-Repository: dev/mrueg X-VCS-Files: www-apps/redmine_git_hosting/redmine_git_hosting-1.1.1.ebuild X-VCS-Directories: www-apps/redmine_git_hosting/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: d789cf8f99b706919d6bf7077cd8a0db2b6f886c X-VCS-Branch: master Date: Sat, 4 Jul 2015 11:31:26 +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: 7d5d5fd2-586c-490c-9696-26aad7274771 X-Archives-Hash: 186cbadecc52d0ab7e3c4325c819e8d2 commit: d789cf8f99b706919d6bf7077cd8a0db2b6f886c Author: Manuel Rüger gentoo org> AuthorDate: Sat Jul 4 11:31:18 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Jul 4 11:31:18 2015 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=d789cf8f [www-apps/redmine_git_hosting] Add ruby21 support. Package-Manager: portage-2.2.20 www-apps/redmine_git_hosting/redmine_git_hosting-1.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index a4fa8e7..18dbfa0 100644 --- 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 @@ -4,7 +4,7 @@ EAPI=5 -USE_RUBY="ruby20" +USE_RUBY="ruby20 ruby21" inherit ruby-ng user DESCRIPTION="A Redmine plugin which makes configuring your own Git hosting easy"