Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 226111 - metadata-transfer - let Portage be smart about it.
Summary: metadata-transfer - let Portage be smart about it.
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Configuration (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-12 19:08 UTC by Carsten Lohrke (RETIRED)
Modified: 2011-09-20 17:56 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 Carsten Lohrke (RETIRED) gentoo-dev 2008-06-12 19:08:50 UTC
Newer Portage versions throw a post install notice about the metadata-transfer feature flag being removed by default, asking the user to take care about it. On the one hand a certain number of users will miss the message and on the other hand it's unclear to me why Joe User should be bothered: 

When FEATURES in /etc/make.conf doesn't hold metadata-transfer or -metadata-transfer, Portage could imply it, in case PORTDIR_OVERLAY doesn't hold any overlays with eclasses. Another option would be to bind the implicitness of metadata-transfer to PORTAGE_ECLASS_WARNING_ENABLE="1", instead checking the overlays.

This would lower the impact of the default configuration change on the user side as well as it meant less invalid bug reports, would therefore be a win for devs and users.
Comment 1 Zac Medico gentoo-dev 2011-09-20 17:56:30 UTC
(In reply to comment #0)
> Newer Portage versions throw a post install notice about the metadata-transfer
> feature flag being removed by default, asking the user to take care about it.

Ebuilds no longer contain this warning, so apparently it's irrelevant now.