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/traitsgui: traitsgui-3.6.0.ebuild
Date: Sun, 30 Jan 2011 18:12:14
Message-Id: 20110130181204.7A5E320054@flycatcher.gentoo.org
1 arfrever 11/01/30 18:12:04
2
3 Modified: traitsgui-3.6.0.ebuild
4 Log:
5 Fix dependencies.
6
7 (Portage version: 2.2.0_alpha19_p24/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-python/traitsgui/traitsgui-3.6.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/traitsgui/traitsgui-3.6.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/traitsgui/traitsgui-3.6.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/traitsgui/traitsgui-3.6.0.ebuild?r1=1.2&r2=1.3
15
16 Index: traitsgui-3.6.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/traitsgui/traitsgui-3.6.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- traitsgui-3.6.0.ebuild 30 Jan 2011 14:58:28 -0000 1.2
23 +++ traitsgui-3.6.0.ebuild 30 Jan 2011 18:12:04 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/traitsgui/traitsgui-3.6.0.ebuild,v 1.2 2011/01/30 14:58:28 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/traitsgui/traitsgui-3.6.0.ebuild,v 1.3 2011/01/30 18:12:04 arfrever Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="2"
32 @@ -21,13 +21,13 @@
33 KEYWORDS="~amd64 ~ppc ~x86"
34 IUSE="doc examples qt4 wxwidgets"
35
36 -RDEPEND=">=dev-python/enthoughtbase-3.1.0
37 +DEPEND=">=dev-python/enthoughtbase-3.1.0
38 + dev-python/setuptools
39 >=dev-python/traits-${PV}
40 qt4? ( >=dev-python/traitsbackendqt-${PV} )
41 wxwidgets? ( >=dev-python/traitsbackendwx-${PV} )
42 !wxwidgets? ( !qt4? ( >=dev-python/traitsbackendwx-${PV} ) )"
43 -DEPEND="${RDEPEND}
44 - dev-python/setuptools"
45 +RDEPEND="${DEPEND}"
46
47 S="${WORKDIR}/${MY_P}"