Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 695754 - gnome.org.eclass should check if EGIT_REPO_URI is set
Summary: gnome.org.eclass should check if EGIT_REPO_URI is set
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-27 22:32 UTC by tastytea
Modified: 2019-09-28 06:21 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 tastytea 2019-09-27 22:32:47 UTC
gnome.org.eclass tries to download from gnome.org if SRC_URI is not set. It ignores EGIT_REPO_URI. It is easy to workaround, just set SRC_URI="", but I think gnome.org.eclass should check if EGIT_REPO_URI is set.

Reproducible: Always

Steps to Reproduce:
1. Write live-ebuild that inherits gnome2 (which inherits gnome.org)
Actual Results:  
gnome.org.eclass tries to download from gnome.org.

Expected Results:  
The repository in EGIT_REPO_URI is used.