Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 359413 - emerge --depclean try to uninstall linux-gazette 02-08
Summary: emerge --depclean try to uninstall linux-gazette 02-08
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-18 20:30 UTC by Alcino Dall Igna Junio
Modified: 2011-03-19 03:33 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 Alcino Dall Igna Junio 2011-03-18 20:30:08 UTC
into linux-gazette-all ebuild does not install vol 02 to 08, and emerge --depclean try always to uninstal these vols.

RDEPEND=$(eval echo =app-doc/linux-gazette-{0{1,9},{10..${PV}}})
===============================================^================
should be:
RDEPEND=$(eval echo =app-doc/linux-gazette-{0{1..9},{10..${PV}}})
===============================================^^================

Reproducible: Always

Steps to Reproduce:
1.emerge linux-gazette-all
2.emerge --depclean
3.
Actual Results:  
does not instal vols 02 to 08 and --depclean
tries to uninstall linux-gazette 02 to 08

Expected Results:  
should install all vols of linux-gazette and --depclean
should not bring to uninstall any of linux-gazette vols

nothing serious, just annoying.
Comment 1 SpanKY gentoo-dev 2011-03-19 03:33:51 UTC
the dep is correct.  packages 02 to 08 are not real packages.  01 provides them.