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

Bug 589518

Summary: sys-apps/sandbox: use of REPLACING_VERSIONS does not account for multiple values
Product: Portage Development Reporter: Michał Górny <mgorny>
Component: SandboxAssignee: Sandbox Maintainers <sandbox>
Status: RESOLVED FIXED    
Severity: QA Keywords: QAcanfix
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 589444    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-07-23 13:01:47 UTC
See the tracker bug.

  if [[ ${REPLACING_VERSIONS} == 1.* ]] ; then

Doesn't account for >1 value in RV.
Comment 1 Larry the Git Cow gentoo-dev 2017-10-03 19:09:44 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e75df216fd02d70c32ce8cac8b52690f879566f

commit 0e75df216fd02d70c32ce8cac8b52690f879566f
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2017-10-03 18:26:47 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2017-10-03 19:09:26 +0000

    sys-apps/sandbox: Fix REPLACING_VERSIONS use
    
    Closes: https://bugs.gentoo.org/589518

 sys-apps/sandbox/sandbox-2.12.ebuild | 24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)