|
|
发表于 2009-1-13 01:35:30
|
显示全部楼层
现在能用就行了,担心天会掉下来没用
pkg_nofetch() {
# Fetch restriction added due licensing and problems downloading with
# wget, see http://www.virtualbox.org/ticket/2148
elog " lease download:"
elog ""
if use amd64 ; then
elog "http://download.virtualbox.org/virtualbox/${PV}/${MY_P}_amd64.run"
else
elog "http://download.virtualbox.org/virtualbox/${PV}/${MY_P}_x86.run"
fi
if use sdk ; then
elog "http://download.virtualbox.org/virtualbox/${PV}/VirtualBoxSDK-${MY_PV}.zip"
fi
elog ""
elog "and then put file(s) in ${DISTDIR}"
}
按这个说法,是和US的出口管制有关,原文如下
This behavior cannot be changed, as it's part of handling the legal aspects of US export control. Well, it can, but neither involved party would appreciate that - it would mean stopping direct VirtualBox downloads entirely.
还一个就是下载的文件产生随机的名字
详细请看:
http://www.virtualbox.org/ticket/2148 |
|