Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 699198 - dev-util/omake: ebuilds assign RESTRICT more than once
Summary: dev-util/omake: ebuilds assign 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:07 UTC
The following ebuilds assign RESTRICT twice, so the first assignment is made void by the second one:

   dev-util/omake-0.9.8.6.0_rc1
   dev-util/omake-0.10.2
   dev-util/omake-0.10.3
Comment 1 Larry the Git Cow gentoo-dev 2019-12-13 15:06:27 UTC
The bug has been closed via the following commit(s):

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

commit 8d5cbeddea4da37f82c476d5821c460b6364b10a
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2019-12-13 15:00:32 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2019-12-13 15:00:32 +0000

    dev-util/omake: Assign RESTRICT only once.
    
    Closes: https://bugs.gentoo.org/699198
    Package-Manager: Portage-2.3.81, Repoman-2.3.20
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 dev-util/omake/omake-0.10.2.ebuild        | 7 +++----
 dev-util/omake/omake-0.10.3.ebuild        | 7 +++----
 dev-util/omake/omake-0.9.8.6.0_rc1.ebuild | 7 +++----
 3 files changed, 9 insertions(+), 12 deletions(-)