Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 353742 - www-apps/redmine-1.1.1 have incorrect dependency
Summary: www-apps/redmine-1.1.1 have incorrect dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-05 10:53 UTC by Vladislav Poluhin
Modified: 2011-03-08 23:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladislav Poluhin 2011-02-05 10:53:54 UTC
See in ebuild: passenger? ( =dev-ruby/rack-1.0.1* www-apache/passenger )
I use mongrel_cluster instead passenger what need dev-ruby/rack as required depend. 

Reproducible: Always

Steps to Reproduce:
Comment 1 Wormo (RETIRED) gentoo-dev 2011-02-05 18:53:31 UTC
Could you please clarify how the dependency should change?

Are you saying that www-server/mongrel_cluster should be an alternative to  www-apache/passenger with dev-ruby/rack for satisfying passenger useflag dependencies?
Comment 2 Vladislav Poluhin 2011-02-08 09:24:27 UTC
Something like this:

--- redmine-1.1.1.ebuild        2011-01-31 06:37:42.000000000 +0700
+++ redmine-1.1.1-r1.ebuild     2011-02-08 16:21:58.252000004 +0700
@@ -27,7 +27,8 @@
 #ruby_add_rdepend passenger "=dev-ruby/rack-1.0.1* www-apache/passenger"
 
 RDEPEND="${RDEPEND}
-       passenger? ( =dev-ruby/rack-1.0.1* www-apache/passenger )
+       =dev-ruby/rack-1.0.1*
+       passenger? ( www-apache/passenger )
        dev-ruby/activerecord:2.3[mysql?,postgres?,sqlite3?]
        cvs? ( >=dev-vcs/cvs-1.12 )
        darcs? ( dev-vcs/darcs )
Comment 3 MATSUU Takuto (RETIRED) gentoo-dev 2011-03-08 23:49:36 UTC
Fixed in cvs. thanks.