www-apps/redmine: added ruby23 support

Package-Manager: Portage-2.3.6, Repoman-2.3.1
This commit is contained in:
Azamat H. Hackimov
2017-09-02 16:03:36 +05:00
committed by Michał Górny
parent e7da625d5c
commit 2d73be50b7
3 changed files with 5 additions and 5 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"