Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 116763

Summary: emerge sync removes package.provided
Product: Portage Development Reporter: Marek Zachara <marek.zachara>
Component: UnclassifiedAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: minor CC: m.debruijne
Priority: High    
Version: 2.0   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Marek Zachara 2005-12-26 02:46:09 UTC
Every time i do emerge sync i find out that /etc/make.profile/package.provided is deleted. It is (in my case) a symbolic link to file elsewhere to avoid it being really deleted, but after each emerge sync i have to manually link it again, which is bit annoying.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-12-26 03:43:54 UTC
This belongs to /etc/portage/profile, not /etc/make.profile/.

man portage:

<snip>
/etc/portage/profile/
site-specific overrides of /etc/make.profile/
</snip>
Comment 2 Marek Zachara 2005-12-26 10:07:50 UTC
Right. I'd suggest however clearly stating this in the portage man page, because as of now it suggest using this place for storage of self-maintained packages.