On Tuesday 09 December 2003 17:45, Jon Ellis wrote:
> I have just installed python2.3 and I am having problems emerging
> libraries for both python2.2 and 2.3.  For example, I need pyGTK
> installed for both 2.2 and 2.3.  If I emerge it with /usr/bin/python
> linked to python2.3, it will remove the pyGTK libraries from python2.2
> every time I emerge clean.  Is there any way to keep pyGTK installed for
> both 2.2 and 2.3?  TIA

touch the files to protect..

for file in $(find /path/to/files/to/protect); do
  touch $file
done

that may not be the "right" way to do this, but it works...

-- 
mathieu


--
[EMAIL PROTECTED] mailing list

Reply via email to