larry@slackware.eu.org wrote:
>
>>
>> $ FEATURES="-sandbox" emerge ndiswrapper
>>
>> This shouldn't be done in general when you get access violations with
>> other packages.
>
> Thanks a lot.
> Don't you know where I can find ebuild of ndiswrapper-0.7? Do I have to
> make #emerge sync ?
There is none yet, but you can bump it yourself. It's a bit handwork though
and I don't promise it will work, but it goes like this:
$ mkdir -p /usr/local/portage/net-wireless/ndiswrapper/files
$ echo "PORTDIR_OVERLAY=\"/usr/local/portage\"" >> /etc/make.conf
$ cd /usr/local/portage/net-wireless/ndiswrapper
$ cp /usr/portage/net-wireless/ndiswrapper/ndiswrapper-0.6-r1.ebuild \
ndiswrapper-0.7.ebuild
$ cp /usr/portage/net-wireless/ndiswrapper/files/ndiswrapper-0.6-modules.d \
files/ndiswrapper-0.7-modules.d
$ ebuild ndiswrapper-0.7.ebuild digest
$ mkdir -p /etc/portage
$ echo "~net-wireless/ndiswrapper-0.7 ~x86" >> /etc/portage/package.keywords
$ FEATURES=-sandbox emerge ndiswrapper -a