Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 699196 - app-misc/ledit-2.03: ebuild assigns RESTRICT more than once
Summary: app-misc/ledit-2.03: ebuild assigns RESTRICT more than once
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks: 699154
  Show dependency tree
 
Reported: 2019-11-03 02:41 UTC by Ulrich Müller
Modified: 2019-12-13 15:06 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 Ulrich Müller gentoo-dev 2019-11-03 02:41:05 UTC
The following ebuild assigns RESTRICT twice, so the first assignment is made void by the second one:

   app-misc/ledit-2.03
Comment 1 Larry the Git Cow gentoo-dev 2019-12-13 15:06:23 UTC
The bug has been closed via the following commit(s):

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

commit 52f850c9495db2d90aa1c7c0508cf8f343982869
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2019-12-13 14:57:46 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2019-12-13 14:57:46 +0000

    app-misc/ledit: Assign RESTRICT only once.
    
    Rearrange variables to be in canonical order.
    
    Closes: https://bugs.gentoo.org/699196
    Package-Manager: Portage-2.3.81, Repoman-2.3.20
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 app-misc/ledit/ledit-2.03.ebuild | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)