diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-01-26 19:10:12 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-01-26 19:10:12 +0000 |
commit | 5456e456c429a8e86770f74461115d807904413a (patch) | |
tree | ed98a175f713cb9589ca30cf14ef658bc7bc3f51 /dev-python | |
parent | Revbump(s), fixes #299347, #299558 and #299562 (diff) | |
download | gentoo-2-5456e456c429a8e86770f74461115d807904413a.tar.gz gentoo-2-5456e456c429a8e86770f74461115d807904413a.tar.bz2 gentoo-2-5456e456c429a8e86770f74461115d807904413a.zip |
Fix dependencies.
(Portage version: 15209-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyflakes/pyflakes-0.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyflakes/pyflakes-0.4.0.ebuild b/dev-python/pyflakes/pyflakes-0.4.0.ebuild index eb9f4110cb65..526b94db8459 100644 --- a/dev-python/pyflakes/pyflakes-0.4.0.ebuild +++ b/dev-python/pyflakes/pyflakes-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.4.0.ebuild,v 1.2 2010/01/04 11:07:05 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.4.0.ebuild,v 1.3 2010/01/26 19:10:12 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~ia64 x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="test" -DEPEND="test? ( dev-python/nose )" +DEPEND="test? ( dev-python/nose dev-python/twisted )" RDEPEND="" RESTRICT_PYTHON_ABIS="3.*" |