diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-11-15 15:54:22 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-11-15 15:54:22 +0000 |
commit | faaa4a59fd791a7ad3065b2e5cfa47011f2a78c7 (patch) | |
tree | 6f9fceb6edf4f060bc2dbed7a94f7698e1da5ac8 /dev-vcs/bzr-svn | |
parent | Fix dependencies. (diff) | |
download | gentoo-2-faaa4a59fd791a7ad3065b2e5cfa47011f2a78c7.tar.gz gentoo-2-faaa4a59fd791a7ad3065b2e5cfa47011f2a78c7.tar.bz2 gentoo-2-faaa4a59fd791a7ad3065b2e5cfa47011f2a78c7.zip |
Fix dependencies.
(Portage version: 2.2.0_alpha4_p23/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/bzr-svn')
-rw-r--r-- | dev-vcs/bzr-svn/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/bzr-svn/bzr-svn-1.0.1.ebuild | 5 | ||||
-rw-r--r-- | dev-vcs/bzr-svn/bzr-svn-1.0.3.ebuild | 8 | ||||
-rw-r--r-- | dev-vcs/bzr-svn/bzr-svn-1.0.4.ebuild | 8 |
4 files changed, 16 insertions, 11 deletions
diff --git a/dev-vcs/bzr-svn/ChangeLog b/dev-vcs/bzr-svn/ChangeLog index 95dbae75ccc6..db81049758d8 100644 --- a/dev-vcs/bzr-svn/ChangeLog +++ b/dev-vcs/bzr-svn/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/bzr-svn # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-svn/ChangeLog,v 1.5 2010/09/17 06:48:00 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-svn/ChangeLog,v 1.6 2010/11/15 15:54:22 arfrever Exp $ + + 15 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + bzr-svn-1.0.1.ebuild, bzr-svn-1.0.3.ebuild, bzr-svn-1.0.4.ebuild: + Fix dependencies. *bzr-svn-1.0.4 (17 Sep 2010) diff --git a/dev-vcs/bzr-svn/bzr-svn-1.0.1.ebuild b/dev-vcs/bzr-svn/bzr-svn-1.0.1.ebuild index 9ba82e9ce418..f0812b7541dd 100644 --- a/dev-vcs/bzr-svn/bzr-svn-1.0.1.ebuild +++ b/dev-vcs/bzr-svn/bzr-svn-1.0.1.ebuild @@ -1,8 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-svn/bzr-svn-1.0.1.ebuild,v 1.2 2010/03/05 09:55:10 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-svn/bzr-svn-1.0.1.ebuild,v 1.3 2010/11/15 15:54:22 arfrever Exp $ EAPI=2 +PYTHON_DEPEND="2:2.5" +PYTHON_USE_WITH="sqlite" inherit distutils @@ -22,7 +24,6 @@ IUSE="" # via `grep subvertpy_minimum_version info.py`. DEPEND=">=dev-vcs/bzr-1.16 - >=dev-lang/python-2.5[sqlite] >=dev-python/subvertpy-0.6.1" RDEPEND="${DEPEND}" diff --git a/dev-vcs/bzr-svn/bzr-svn-1.0.3.ebuild b/dev-vcs/bzr-svn/bzr-svn-1.0.3.ebuild index c27f6d5502ca..d39786f19947 100644 --- a/dev-vcs/bzr-svn/bzr-svn-1.0.3.ebuild +++ b/dev-vcs/bzr-svn/bzr-svn-1.0.3.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-svn/bzr-svn-1.0.3.ebuild,v 1.1 2010/08/10 12:37:33 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-svn/bzr-svn-1.0.3.ebuild,v 1.2 2010/11/15 15:54:22 arfrever Exp $ EAPI="3" -PYTHON_DEPEND="2" +PYTHON_DEPEND="2:2.5" +PYTHON_USE_WITH="sqlite" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="2.4 3.*" inherit distutils @@ -27,7 +28,6 @@ RESTRICT=test # via `grep subvertpy_minimum_version info.py`. CDEPEND=">=dev-vcs/bzr-1.16 - >=dev-lang/python-2.5[sqlite] >=dev-python/subvertpy-0.6.1" DEPEND="${CDEPEND} test? ( !dev-vcs/bzr-rebase )" diff --git a/dev-vcs/bzr-svn/bzr-svn-1.0.4.ebuild b/dev-vcs/bzr-svn/bzr-svn-1.0.4.ebuild index 7a8f20b9d98f..515a18dc499f 100644 --- a/dev-vcs/bzr-svn/bzr-svn-1.0.4.ebuild +++ b/dev-vcs/bzr-svn/bzr-svn-1.0.4.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-svn/bzr-svn-1.0.4.ebuild,v 1.1 2010/09/17 06:48:00 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-svn/bzr-svn-1.0.4.ebuild,v 1.2 2010/11/15 15:54:22 arfrever Exp $ EAPI="3" -PYTHON_DEPEND="2" +PYTHON_DEPEND="2:2.5" +PYTHON_USE_WITH="sqlite" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="2.4 3.*" inherit distutils @@ -27,7 +28,6 @@ RESTRICT=test # via `grep subvertpy_minimum_version info.py`. CDEPEND=">=dev-vcs/bzr-1.16 - >=dev-lang/python-2.5[sqlite] >=dev-python/subvertpy-0.6.1" DEPEND="${CDEPEND} test? ( !dev-vcs/bzr-rebase )" |