Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyflakes: pyflakes-0.4.0.ebuild
Date: Tue, 26 Jan 2010 19:28:29
Message-Id: E1NZqnl-0006Tn-7N@stork.gentoo.org
1 arfrever 10/01/26 19:10:13
2
3 Modified: pyflakes-0.4.0.ebuild
4 Log:
5 Fix dependencies.
6 (Portage version: 15209-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 dev-python/pyflakes/pyflakes-0.4.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyflakes/pyflakes-0.4.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyflakes/pyflakes-0.4.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyflakes/pyflakes-0.4.0.ebuild?r1=1.2&r2=1.3
14
15 Index: pyflakes-0.4.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.4.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- pyflakes-0.4.0.ebuild 4 Jan 2010 11:07:05 -0000 1.2
22 +++ pyflakes-0.4.0.ebuild 26 Jan 2010 19:10:12 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.4.0.ebuild,v 1.2 2010/01/04 11:07:05 fauli Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.4.0.ebuild,v 1.3 2010/01/26 19:10:12 arfrever Exp $
28
29 EAPI="2"
30 SUPPORT_PYTHON_ABIS="1"
31 @@ -16,7 +16,7 @@
32 KEYWORDS="~amd64 ~ia64 x86 ~amd64-linux ~x86-linux ~x86-macos"
33 IUSE="test"
34
35 -DEPEND="test? ( dev-python/nose )"
36 +DEPEND="test? ( dev-python/nose dev-python/twisted )"
37 RDEPEND=""
38 RESTRICT_PYTHON_ABIS="3.*"