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

Bug 699200

Summary: net-misc/unison-2.48.4-r1: ebuild assigns RESTRICT more than once
Product: Gentoo Linux Reporter: Ulrich Müller <ulm>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: qa
Priority: Normal Keywords: QAcanfix
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 699154    

Description Ulrich Müller gentoo-dev 2019-11-03 02:41:10 UTC
The following ebuild assigns RESTRICT twice, so the first assignment is made void by the second one:

   net-misc/unison-2.48.4-r1
Comment 1 Larry the Git Cow gentoo-dev 2019-12-13 15:06:30 UTC
The bug has been closed via the following commit(s):

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

commit b9881de4b9f796f2ab7c6723607b6b775de3caf5
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2019-12-13 15:05:47 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2019-12-13 15:05:47 +0000

    net-misc/unison: Assign RESTRICT only once.
    
    Closes: https://bugs.gentoo.org/699200
    Package-Manager: Portage-2.3.81, Repoman-2.3.20
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 net-misc/unison/unison-2.48.4-r1.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)