Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 711160 - [sage-on-gentoo overlay] sci-libs/brial LICENSE="GPL-2" AND RESTRICT="mirror"
Summary: [sage-on-gentoo overlay] sci-libs/brial LICENSE="GPL-2" AND RESTRICT="mirror"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: François Bissey
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-01 10:37 UTC by Jonas Stein
Modified: 2020-03-01 21:24 UTC (History)
2 users (show)

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 Jonas Stein gentoo-dev 2020-03-01 10:37:54 UTC
https://data.gpo.zugaina.org/sage-on-gentoo/sci-libs/brial/

How can we understand the following lines in the ebuild?

LICENSE="GPL-2"
RESTRICT="mirror"

Reproducible: Always
Comment 1 Alessandro Barbieri 2020-03-01 12:02:49 UTC
RESTRICT="mirror" when used on packages in an overlay will speedup the download of the source because the sources of overlays aren't mirrored and portage will go straight to the original link
It should be changed to RESTRICT="primaryuri"
Comment 2 François Bissey 2020-03-01 18:58:15 UTC
That's a new one. I didn't know about that new possible state. When was it introduced? Anyway, I will check the overlay for remaining instances.
Comment 3 Ulrich Müller gentoo-dev 2020-03-01 19:27:27 UTC
This doesn't look like an issue for the licenses team, so removing us from CC.
Comment 4 François Bissey 2020-03-01 21:14:00 UTC
I'll note that primaryuri is absent for the documentation at https://devmanual.gentoo.org/ebuild-writing/variables/index.html but the man page pointed too does show it.