Dirk Meyer wrote:
> something like that. But if I do this, how can I update all packages
> that are based on svn? To make it clearer: emerge -uDN freevo will
> update freevo itself but nothing else because the other packages are
> still the same gentoo version.
>   

I don't think there is a way.  All the packages using source control 
that I've installed work like that.  It kind of sucks.  The common 
solution I've seen is to post a simple script that builds any 
dependencies in the right order:

#!/bin/sh

layman -S

emerge deps1 deps2
emerge deps3
emerge freevo

-b


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to