Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 589454 - app-misc/tmux: use of REPLACING_VERSIONS does not account for multiple values
Summary: app-misc/tmux: use of REPLACING_VERSIONS does not account for multiple values
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Gentoo Shell Tools project
URL:
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks: 589444
  Show dependency tree
 
Reported: 2016-07-23 12:13 UTC by Michał Górny
Modified: 2020-08-20 09:21 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 2016-07-23 12:13:14 UTC
See the tracker bug.

  if ! version_is_at_least 1.9a ${REPLACING_VERSIONS:-1.9a}; then

Neat trick (yet a bit confusing at a first glance) to cover empty RV but it will fail terribly when RV has >1 value.
Comment 1 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2020-08-20 09:21:12 UTC
Does not look like needed anymore.