mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
www-apps/redmine: added ruby23 support
Package-Manager: Portage-2.3.6, Repoman-2.3.1
This commit is contained in:
committed by
Michał Górny
parent
e7da625d5c
commit
2d73be50b7
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user