diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-05-18 19:52:29 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-05-18 19:52:29 +0000 |
commit | d7a267f25abc6fbde298010c2c7a28fb4fc42eb3 (patch) | |
tree | ed6c51ce2b7cf5914af198256cbd4be93e56c3b7 /dev-python/zsi | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-d7a267f25abc6fbde298010c2c7a28fb4fc42eb3.tar.gz gentoo-2-d7a267f25abc6fbde298010c2c7a28fb4fc42eb3.tar.bz2 gentoo-2-d7a267f25abc6fbde298010c2c7a28fb4fc42eb3.zip |
Remove pyxml dependency
(Portage version: 2.2.0_alpha34/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/zsi')
-rw-r--r-- | dev-python/zsi/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/zsi/zsi-2.1_alpha1.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-python/zsi/ChangeLog b/dev-python/zsi/ChangeLog index 8073ee5946d7..860780385de4 100644 --- a/dev-python/zsi/ChangeLog +++ b/dev-python/zsi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/zsi -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v 1.14 2010/10/15 18:55:06 ranger Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v 1.15 2011/05/18 19:52:29 angelos Exp $ + + 18 May 2011; Christoph Mende <angelos@gentoo.org> zsi-2.1_alpha1.ebuild: + Remove pyxml dependency 15 Oct 2010; Brent Baude <ranger@gentoo.org> zsi-2.0.ebuild: Marking zsi-2.0 ppc for bug 321897 diff --git a/dev-python/zsi/zsi-2.1_alpha1.ebuild b/dev-python/zsi/zsi-2.1_alpha1.ebuild index c47a736916c9..c9fc2172cfd4 100644 --- a/dev-python/zsi/zsi-2.1_alpha1.ebuild +++ b/dev-python/zsi/zsi-2.1_alpha1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1.ebuild,v 1.4 2010/10/10 19:00:20 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1.ebuild,v 1.5 2011/05/18 19:52:29 angelos Exp $ EAPI="3" PYTHON_DEPEND="2:2.4" @@ -19,8 +19,7 @@ SLOT="0" LICENSE="PYTHON" IUSE="examples doc twisted" -DEPEND=">=dev-python/pyxml-0.8.3 - >=dev-python/setuptools-0.6_rc7-r1 +DEPEND=">=dev-python/setuptools-0.6_rc7-r1 twisted? ( >=dev-python/twisted-2 >=dev-python/twisted-web-0.5 )" |