Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 666226 - sys-devel/clang-9999 should respect clang_LIVE_REPO
Summary: sys-devel/clang-9999 should respect clang_LIVE_REPO
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal enhancement (vote)
Assignee: LLVM support project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2018-09-14 12:52 UTC by camper
Modified: 2018-09-15 15:40 UTC (History)
2 users (show)

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


Attachments
clang-9999.ebuild.patch (file_666226.txt,1.82 KB, text/plain)
2018-09-14 12:52 UTC, camper
Details

Note You need to log in before you can comment on or make changes to this bug.
Description camper 2018-09-14 12:52:09 UTC
Created attachment 546908 [details]
clang-9999.ebuild.patch

git-r3.eclass allows the substitution of the EGIT_REPO_URI with ${PN}_LIVE_REPO, but this isn't used with clang-9999 as it has its own src_unpack

The proposed patch allows the substitution selectively for all repositories.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-09-15 15:40:37 UTC
The *_LIVE_REPO API is obsolete. Please use EGIT_OVERRIDE_* instead which supports multi-repo ebuilds.

And yes, I know I need to write a better documentation for it. Maybe make it print correct variable names while fetching.