summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2011-12-28 16:07:00 +0000
committerChristian Faulhammer <fauli@gentoo.org>2011-12-28 16:07:00 +0000
commit148593523849be018f3beb8f918e26125d126fe6 (patch)
tree4bbb412e8bc17c647f13cccef4ff3d011f96ddad /dev-vcs/bzr-git
parentVersion bumps (diff)
downloadgentoo-2-148593523849be018f3beb8f918e26125d126fe6.tar.gz
gentoo-2-148593523849be018f3beb8f918e26125d126fe6.tar.bz2
gentoo-2-148593523849be018f3beb8f918e26125d126fe6.zip
raise dev-python/dulwich dependency to 0.8.0 as reported by Jonathan Lovelace in bug 389465
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'dev-vcs/bzr-git')
-rw-r--r--dev-vcs/bzr-git/ChangeLog6
-rw-r--r--dev-vcs/bzr-git/bzr-git-0.6.2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-vcs/bzr-git/ChangeLog b/dev-vcs/bzr-git/ChangeLog
index d86ec83bee04..0b9ba094ace3 100644
--- a/dev-vcs/bzr-git/ChangeLog
+++ b/dev-vcs/bzr-git/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-vcs/bzr-git
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/ChangeLog,v 1.5 2011/10/30 11:46:52 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/ChangeLog,v 1.6 2011/12/28 16:07:00 fauli Exp $
+
+ 28 Dec 2011; Christian Faulhammer <fauli@gentoo.org> bzr-git-0.6.2.ebuild:
+ raise dev-python/dulwich dependency to 0.8.0 as reported by Jonathan Lovelace
+ in bug 389465
30 Oct 2011; Markos Chandras <hwoarang@gentoo.org> bzr-git-0.6.2.ebuild:
Stable on amd64 wrt bug #383751
diff --git a/dev-vcs/bzr-git/bzr-git-0.6.2.ebuild b/dev-vcs/bzr-git/bzr-git-0.6.2.ebuild
index 8b813d35babc..a905ed83728d 100644
--- a/dev-vcs/bzr-git/bzr-git-0.6.2.ebuild
+++ b/dev-vcs/bzr-git/bzr-git-0.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/bzr-git-0.6.2.ebuild,v 1.2 2011/10/30 11:46:52 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/bzr-git-0.6.2.ebuild,v 1.3 2011/12/28 16:07:00 fauli Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -33,5 +33,5 @@ RESTRICT="test"
# Check info.py for dulwich and bzr version dependency info.
# The file should be fairly straightforward to understand.
DEPEND=""
-RDEPEND=">=dev-python/dulwich-0.5.0
+RDEPEND=">=dev-python/dulwich-0.8.0
>=dev-vcs/bzr-2.3.0"