Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136063 - HTML-Mason require problem
Summary: HTML-Mason require problem
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: dams (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-08 05:38 UTC by dams (RETIRED)
Modified: 2006-06-12 13:13 UTC (History)
1 user (show)

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 dams (RETIRED) gentoo-dev 2006-06-08 05:38:08 UTC
In the ebuild :
         !apache2? (
             =net-www/apache-1*
             >=www-apache/libapreq-1.0-r2
             <www-apache/mod_perl-2 )
 that sounds great
 except that mod_perl-1.99 IS <www-apache/mod_perl-2
 and mod_perl-1.99 API is the 2.0 API  (if i remember correctly)

Two solutions : either correct the ebuild, or remove mod_perl-1.99, provided that at least one mod_perl-2.0 is marked stable for all arch.

I'll go for correcting the ebuild
Comment 1 dams (RETIRED) gentoo-dev 2006-06-08 05:38:33 UTC
assinged to me
Comment 2 dams (RETIRED) gentoo-dev 2006-06-08 07:02:47 UTC
fixed, changed to

<www-apache/mod_perl-1.99

and

>=www-apache/mod_perl-1.99
Comment 3 Michael Cummings (RETIRED) gentoo-dev 2006-06-12 13:13:07 UTC
bah! we should get rid of 1.99* too :)