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/zsi/zsi-2.1_alpha1-r1.ebuild | |
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/zsi/zsi-2.1_alpha1-r1.ebuild')
-rw-r--r-- | dev-python/zsi/zsi-2.1_alpha1-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
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 |