From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E3C341396D0 for ; Sat, 2 Sep 2017 16:01:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46B8BE0DC0; Sat, 2 Sep 2017 16:01:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 205F2E0DC8 for ; Sat, 2 Sep 2017 16:01:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9C4E3402FE for ; Sat, 2 Sep 2017 16:01:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82BC58B84 for ; Sat, 2 Sep 2017 16:01:42 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1504368096.2d73be50b7697a867db8ea9da96a1b171e1f1700.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/redmine/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/redmine/redmine-3.2.7.ebuild www-apps/redmine/redmine-3.3.4.ebuild www-apps/redmine/redmine-3.4.2.ebuild X-VCS-Directories: www-apps/redmine/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2d73be50b7697a867db8ea9da96a1b171e1f1700 X-VCS-Branch: master Date: Sat, 2 Sep 2017 16:01:42 +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: 531c579a-e028-4c30-8160-92bfbb80bfc7 X-Archives-Hash: 621d0922f13bdff4e305f7144d51691f commit: 2d73be50b7697a867db8ea9da96a1b171e1f1700 Author: Azamat H. Hackimov gmail com> AuthorDate: Sat Sep 2 11:03:36 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Sep 2 16:01:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d73be50 www-apps/redmine: added ruby23 support Package-Manager: Portage-2.3.6, Repoman-2.3.1 www-apps/redmine/redmine-3.2.7.ebuild | 2 +- www-apps/redmine/redmine-3.3.4.ebuild | 4 ++-- www-apps/redmine/redmine-3.4.2.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www-apps/redmine/redmine-3.2.7.ebuild b/www-apps/redmine/redmine-3.2.7.ebuild index 16762dbd377..5c7f032e627 100644 --- a/www-apps/redmine/redmine-3.2.7.ebuild +++ b/www-apps/redmine/redmine-3.2.7.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby21 ruby22" +USE_RUBY="ruby21 ruby22 ruby23" inherit eutils depend.apache ruby-ng user DESCRIPTION="Flexible project management web application using the Ruby on Rails framework" diff --git a/www-apps/redmine/redmine-3.3.4.ebuild b/www-apps/redmine/redmine-3.3.4.ebuild index f7d3f40472f..b65197f8bc2 100644 --- a/www-apps/redmine/redmine-3.3.4.ebuild +++ b/www-apps/redmine/redmine-3.3.4.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -# ruby23 don't have required deps -USE_RUBY="ruby22" +# ruby24 don't have required deps +USE_RUBY="ruby22 ruby23" inherit eutils depend.apache ruby-ng user DESCRIPTION="Flexible project management web application using the Ruby on Rails framework" diff --git a/www-apps/redmine/redmine-3.4.2.ebuild b/www-apps/redmine/redmine-3.4.2.ebuild index 5dc1aaf44f4..50abc980476 100644 --- a/www-apps/redmine/redmine-3.4.2.ebuild +++ b/www-apps/redmine/redmine-3.4.2.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -# ruby23 and ruby24 dion't have required deps -USE_RUBY="ruby22" +# ruby24 don't have required deps +USE_RUBY="ruby22 ruby23" inherit eutils depend.apache ruby-ng user DESCRIPTION="Flexible project management web application using the Ruby on Rails framework"