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 42578138D0F 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 67A50E0904; Sat, 4 Jul 2015 11:31:30 +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 184D7E0904 for ; Sat, 4 Jul 2015 11:31:30 +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 6006D3408A0 for ; Sat, 4 Jul 2015 11:31:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68F8F72E 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: <1436009322.7b226816bfb76b49002b84ad013f1e43430f9c8c.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: www-apps/redmine_checklists/ X-VCS-Repository: dev/mrueg X-VCS-Files: www-apps/redmine_checklists/redmine_checklists-3.1.1.ebuild X-VCS-Directories: www-apps/redmine_checklists/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 7b226816bfb76b49002b84ad013f1e43430f9c8c 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: 99f66176-eb9f-47fe-8ce5-1c458d612c9e X-Archives-Hash: d26d59561932612db5ce4843c238d99a commit: 7b226816bfb76b49002b84ad013f1e43430f9c8c Author: Manuel Rüger gentoo org> AuthorDate: Sat Jul 4 11:28:42 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Jul 4 11:28:42 2015 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=7b226816 [www-apps/redmine_checklists] Add ruby21 support. Package-Manager: portage-2.2.20 www-apps/redmine_checklists/redmine_checklists-3.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/redmine_checklists/redmine_checklists-3.1.1.ebuild b/www-apps/redmine_checklists/redmine_checklists-3.1.1.ebuild index 9ee9d5f..2817d24 100644 --- a/www-apps/redmine_checklists/redmine_checklists-3.1.1.ebuild +++ b/www-apps/redmine_checklists/redmine_checklists-3.1.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -USE_RUBY="ruby20" +USE_RUBY="ruby20 ruby21" inherit ruby-ng user DESCRIPTION="Checklist Plugin creates simple checklists for Redmine issues"