Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 875362 - sys-apps/portage: incorrect ${PVR} value for -r0 ebuilds
Summary: sys-apps/portage: incorrect ${PVR} value for -r0 ebuilds
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Ebuild Support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 563798
  Show dependency tree
 
Reported: 2022-10-05 09:40 UTC by Michał Górny
Modified: 2022-10-05 19:17 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2022-10-05 09:40:19 UTC
If I create foo-1-r0.ebuild:

  PF="foo-1-r0" (correct)

but:

  PVR="1" (i.e. it's missing -r0)

PMS doesn't specify any normalization, so these should copy the ebuild verbatim.