[SM-Commit] GIT changes to master grimoire by Jaka Kranjc (b694b2ddd9368a4248d263b34f5a2a18383444ec)

Jaka Kranjc scm at sourcemage.org
Wed Oct 24 13:25:41 EDT 2007


GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx at sourcemage.org>:

 python-devel/bzr/DEPENDS |    2 +-
 python-devel/bzr/HISTORY |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit b694b2ddd9368a4248d263b34f5a2a18383444ec
Author: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    bzr: made bzrtools suggested to avoid a circular dependency

diff --git a/python-devel/bzr/DEPENDS b/python-devel/bzr/DEPENDS
index 0ee8e0f..fa7d088 100755
--- a/python-devel/bzr/DEPENDS
+++ b/python-devel/bzr/DEPENDS
@@ -7,4 +7,4 @@ optional_depends  paramiko                      \
                   'for SFTP transport support'  &&
 
 optional_depends  pycurl   '' '' 'provides support for pulling by http using curl' &&
-optional_depends  bzrtools '' '' 'provides rsync support, and other useful extra functionality'
+suggest_depends  bzrtools '' '' 'provides rsync support, and other useful extra functionality'
diff --git a/python-devel/bzr/HISTORY b/python-devel/bzr/HISTORY
index 6a3126e..894f846 100644
--- a/python-devel/bzr/HISTORY
+++ b/python-devel/bzr/HISTORY
@@ -1,5 +1,6 @@
 2007-10-24 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
 	* DEPENDS: added optional pycurl
+	  made bzrtools suggested to avoid a circular dependency
 	* DETAILS: Fixed SOURCE_URLs
 	  fixed WEB_SITE
 	  updated spell to 0.91 #14045



More information about the SM-Commit mailing list