Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 673130 - dev-util/meson: typo in ebuild
Summary: dev-util/meson: typo in ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2018-12-14 13:37 UTC by Paolo Pedroni
Modified: 2018-12-14 15:33 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 Paolo Pedroni 2018-12-14 13:37:12 UTC
Ebuilds for dev-util/meson-0.48.2, dev-util/meson-0.49.0, dev-util/meson-9999 have RESTIRCT instead of RESTRICT in them.

My github PR fixes that.
Comment 1 Larry the Git Cow gentoo-dev 2018-12-14 15:33:30 UTC
The bug has been closed via the following commit(s):

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

commit 8db4d6d61ab07d2f0266e27eef8ba90f9231d60e
Author:     PPed72 <paolo.pedroni@iol.it>
AuthorDate: 2018-12-14 13:31:18 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2018-12-14 15:33:01 +0000

    dev-util/meson: fix typo in ebuild
    
    RESTIRCT!=RESTRICT
    
    Closes: https://bugs.gentoo.org/673130
    Closes: https://github.com/gentoo/gentoo/pull/10642
    Signed-off-by: Paolo Pedroni <paolo.pedroni@iol.it>
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 dev-util/meson/meson-0.48.2.ebuild | 2 +-
 dev-util/meson/meson-0.49.0.ebuild | 2 +-
 dev-util/meson/meson-9999.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)