Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 640962 - sys-apps/portage: emerge --version profile output does not work correctly for profiles in a repo other than gentoo
Summary: sys-apps/portage: emerge --version profile output does not work correctly for...
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 240187
  Show dependency tree
 
Reported: 2017-12-13 22:01 UTC by Zac Medico
Modified: 2018-01-10 06:37 UTC (History)
1 user (show)

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 Zac Medico gentoo-dev 2017-12-13 22:01:03 UTC
The getportageversion function uses this function which returns None if the profile is not in the gentoo repository:

    profilever = relative_profile_path(portdir, profile)

It would be nicer if it checked all available repositories.