Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 709470 - dev-python/twisted-19.10.0 - incorrect usage of ${variable%}
Summary: dev-python/twisted-19.10.0 - incorrect usage of ${variable%}
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-13 09:51 UTC by Francesco Riosa
Modified: 2020-02-13 10:42 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 Francesco Riosa 2020-02-13 09:51:44 UTC
various occurences of ${VARIABLE%/} have been transformed into ${VARIABLE%}

either previous form or "%" free form (${VARIABLE}) should be used
Comment 1 Larry the Git Cow gentoo-dev 2020-02-13 10:42:07 UTC
The bug has been closed via the following commit(s):

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

commit c93dbf15a04101056c9bcbc62e3c12bdd6d21b8b
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2020-02-13 10:41:05 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2020-02-13 10:42:02 +0000

    dev-python/twisted: Fix stray % in var refs
    
    Closes: https://bugs.gentoo.org/709470
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/twisted/twisted-19.10.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)