Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95778 - dev-php/mod_php-5.1.0_beta not maskable
Summary: dev-php/mod_php-5.1.0_beta not maskable
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-11 07:51 UTC by Denis Knauf
Modified: 2005-06-11 08:04 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 Denis Knauf 2005-06-11 07:51:48 UTC
dev-php/mod_php-5.1.0_beta cannot be masked.
i add this line to /etc/portage/package.mask, but it want to install:
=dev-php/mod_php-5.1.0_beta

i think, the ebuild must be named dev-php/mod_php-5.1.0_beta1, because dev-php/mod_php-5.1.0_beta is invalid for a ebuild-name.
Comment 1 Stuart Herbert (RETIRED) gentoo-dev 2005-06-11 08:04:21 UTC
Hi,

Please fix your /etc/portage/package.unmask rules.  The rules 
in /etc/portage/package.mask are applied first, and then the unmask rules are 
applied.

Your package.unmask should contain '=dev-php/mod_php-5.0*'.  I expect that 
what you have at the moment is '>=dev_php/mod_php-5.0', or maybe just 'dev-
php/mod_php'.

Best regards,
Stu