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

Bug 666226

Summary: sys-devel/clang-9999 should respect clang_LIVE_REPO
Product: Gentoo Linux Reporter: camper <theonetruecamper>
Component: Current packagesAssignee: LLVM support project <llvm>
Status: RESOLVED WONTFIX    
Severity: enhancement CC: jstein, mgorny
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: clang-9999.ebuild.patch

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.