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 0FF27138CEE for ; Sat, 4 Jul 2015 11:27:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EE58E0384; Sat, 4 Jul 2015 11:27:36 +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 571DBE0384 for ; Sat, 4 Jul 2015 11:27:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 849F8340753 for ; Sat, 4 Jul 2015 11:27:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFCF272E for ; Sat, 4 Jul 2015 11:27:32 +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: <1436009244.a4fcfcf3d88fe35191ecd4f21331dffaf763af89.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: www-apps/redmine_bootstrap_kit/ X-VCS-Repository: dev/mrueg X-VCS-Files: www-apps/redmine_bootstrap_kit/redmine_bootstrap_kit-0.2.3.ebuild X-VCS-Directories: www-apps/redmine_bootstrap_kit/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: a4fcfcf3d88fe35191ecd4f21331dffaf763af89 X-VCS-Branch: master Date: Sat, 4 Jul 2015 11:27:32 +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: 40f2756c-c0ab-43ee-ab51-fa0778a4aaba X-Archives-Hash: 9cf6c8578aeb051c1e9e7b367be386ed commit: a4fcfcf3d88fe35191ecd4f21331dffaf763af89 Author: Manuel Rüger gentoo org> AuthorDate: Sat Jul 4 11:27:24 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Jul 4 11:27:24 2015 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=a4fcfcf3 [www-apps/redmine_bootstrap_kit] Add ruby21 support. Package-Manager: portage-2.2.20 www-apps/redmine_bootstrap_kit/redmine_bootstrap_kit-0.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/redmine_bootstrap_kit/redmine_bootstrap_kit-0.2.3.ebuild b/www-apps/redmine_bootstrap_kit/redmine_bootstrap_kit-0.2.3.ebuild index 2984732..d95ccb9 100644 --- a/www-apps/redmine_bootstrap_kit/redmine_bootstrap_kit-0.2.3.ebuild +++ b/www-apps/redmine_bootstrap_kit/redmine_bootstrap_kit-0.2.3.ebuild @@ -4,7 +4,7 @@ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby19 ruby20 ruby21" inherit ruby-ng user DESCRIPTION="Installs JQuery UI Bootstrap as Redmine plugins to load it globally"