diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-06-04 12:46:52 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-06-04 12:46:52 +0000 |
commit | 079d885a76c81078fb26b9ef2e1c0aa5721dfa7d (patch) | |
tree | 9ca833381f6226f39faf14f08254f6d06a2a6486 /dev-python | |
parent | sci-chemistry/pdb-tools: Fix for correct usage of new python eclasses (diff) | |
download | gentoo-2-079d885a76c81078fb26b9ef2e1c0aa5721dfa7d.tar.gz gentoo-2-079d885a76c81078fb26b9ef2e1c0aa5721dfa7d.tar.bz2 gentoo-2-079d885a76c81078fb26b9ef2e1c0aa5721dfa7d.zip |
dev-python/zsi: Fix for correct usage of new python eclasses
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/zsi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/zsi/zsi-2.1_alpha1-r1.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/zsi/ChangeLog b/dev-python/zsi/ChangeLog index 8bcda0763f9f..431176cd0a12 100644 --- a/dev-python/zsi/ChangeLog +++ b/dev-python/zsi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/zsi # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v 1.23 2013/04/23 15:11:28 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v 1.24 2013/06/04 12:46:52 jlec Exp $ + + 04 Jun 2013; Justin Lecher <jlec@gentoo.org> zsi-2.1_alpha1-r1.ebuild: + Fix for correct usage of new python eclasses 23 Apr 2013; Justin Lecher <jlec@gentoo.org> zsi-2.1_alpha1-r1.ebuild: Drop unnecessary declaration of DOCS diff --git a/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild b/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild index 6d087f3d92e1..64f97af3bf19 100644 --- a/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild +++ b/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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-r1.ebuild,v 1.2 2013/04/23 15:11:28 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild,v 1.3 2013/06/04 12:46:52 jlec Exp $ EAPI=5 @@ -20,7 +20,9 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc examples twisted" -DEPEND=" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="${PYTHON_DEPS} dev-python/setuptools[${PYTHON_USEDEP}] twisted? ( dev-python/twisted |