Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 187897 - app-misc/ca-certificates: improper dependency on sys-apps/portage, should use virtual/portage.
Summary: app-misc/ca-certificates: improper dependency on sys-apps/portage, should use...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-06 10:38 UTC by William Pitcock
Modified: 2007-08-06 12:13 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 William Pitcock 2007-08-06 10:38:00 UTC
app-misc/ca-certificates depends on sys-apps/portage directly instead of the virtual.

This causes sys-apps/portage to be installed even if you have replaced it with
an alternative portage-like package manager (paludis, pkgcore, etc.)

As far as I can tell, there is nothing specific to the version of portage
required for this ebuild, so it should probably use virtual/portage instead.

Reproducible: Always

Steps to Reproduce:
(this example assumes you are using paludis):
1. # paludis -pi ca-certificates
2. See that portage is pulled in as a dependency.



Expected Results:  
1. # paludis -pi ca-certificates
2. See that portage is NOT pulled in as a dependency, per
   virtual/portage being provided by paludis or pkgcore.
Comment 1 SpanKY gentoo-dev 2007-08-06 12:13:05 UTC
use package.provided then