[Lunar-commits] r15721 - moonbase/trunk/devel/subversion

Auke Kok sofar at lunar-linux.org
Wed Jul 13 08:10:57 UTC 2005


Steven Michalske wrote:

>Author: hardkrash
>Date: 2005-07-13 03:33:16 +0000 (Wed, 13 Jul 2005)
>New Revision: 15721
>
>Modified:
>   moonbase/trunk/devel/subversion/DEPENDS
>Log:
>if you depend on swig you also need Python
>but swig dosent depend on python, go figure :-P
>
>
>Modified: moonbase/trunk/devel/subversion/DEPENDS
>===================================================================
>--- moonbase/trunk/devel/subversion/DEPENDS	2005-07-13 03:29:17 UTC (rev 15720)
>+++ moonbase/trunk/devel/subversion/DEPENDS	2005-07-13 03:33:16 UTC (rev 15721)
>@@ -3,3 +3,6 @@
> depends  db       &&
> 
> optional_depends "swig" "" "" "for swig support"
>+if in_depends subversion swig ; then
>+    depends Python
>+fi
>  
>

but we agreed not to use logic statements like if .. then in DEPENDS 
files 2 years ago. This principle still stands unless I missed a 
discussion about it completely

Sofar



More information about the Lunar-dev mailing list