| View previous topic :: View next topic |
| Author |
Message |
boolean n00b


Joined: 30 Oct 2002 Posts: 47 Location: Hillsborough, NJ
|
Posted: Sun Mar 02, 2003 10:20 pm Post subject: RESTRICT="nomirror" doesn't work |
|
|
i am writing an ebuild (first time) and when it goes to download the file it always tried to get it from ibiblio. even when i put RESTRICT="nomirror" in the ebuild.
i don't know what to do to get past this part. i would like that to work correctly. |
|
| Back to top |
|
 |
Byte n00b

Joined: 03 Apr 2003 Posts: 17
|
Posted: Mon Jun 02, 2003 3:20 pm Post subject: |
|
|
I'm having the same problem, with portage-2.0.48-r1.
Being able to have a custom portage overlay isn't much use when I can't use a custom ebuild properly in it because my file isn't on the gentoo mirrors :/ |
|
| Back to top |
|
 |
Byte n00b

Joined: 03 Apr 2003 Posts: 17
|
Posted: Mon Jun 02, 2003 5:17 pm Post subject: |
|
|
From ebuild(5):
| Code: |
RESTRICT = [nostrip,nomirror,fetch]
This should be a space delimited list of portage
features to restrict.
nostrip
final binaries/libraries will not be
stripped of debug symbols.
nomirror
files in SRC_URI will not be downloaded
from the GENTOO_MIRRORS.
fetch like nomirror but the files will not be
fetched via SRC_URI either.
|
Bug 15144 seems to have been opened for the same reason, and then closed as RESOLVED, resolution INVALID.  |
|
| Back to top |
|
 |
|