Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 588148 - sci-libs/metis-5.1.0-r1 bad pkg-config file is generated
Summary: sci-libs/metis-5.1.0-r1 bad pkg-config file is generated
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-06 10:28 UTC by Viacheslav Ostroukh
Modified: 2016-08-11 17:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch replaces some string in src_install() section, that generate .pc file. (metis-5.1.0-r1.patch,719 bytes, patch)
2016-07-06 10:28 UTC, Viacheslav Ostroukh
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Viacheslav Ostroukh 2016-07-06 10:28:56 UTC
Created attachment 439868 [details, diff]
Patch replaces some string in src_install() section, that generate .pc file.

There are two $ signs in metis-5.1.0-r1 ebuild, that must be screened. Proposed patch is attached.
Comment 1 David Seifert gentoo-dev 2016-08-11 17:27:33 UTC
Thank you Gerhard Bräunlich and Viacheslav Ostroukh for the fix.

commit 256a394606b6ace12bd42fecfc542f277b525473
Author: Gerhard Bräunlich <wippbox@gmx.net>
Date:   Thu Aug 11 16:11:12 2016 +0200

    sci-libs/metis: Produce standard pkg-config file
    
    Gentoo-bug: 588148
    
    Package-Manager: portage-2.2.28
    Patch by Viacheslav Ostroukh
    Closes: https://github.com/gentoo/gentoo/pull/2069
    
    Signed-off-by: David Seifert <soap@gentoo.org>