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/beanstalkc: beanstalkc-0.2.0.ebuild
Date: Mon, 28 Dec 2009 22:40:10
Message-Id: E1NPOG0-00047e-Sm@stork.gentoo.org
1 arfrever 09/12/28 22:40:08
2
3 Modified: beanstalkc-0.2.0.ebuild
4 Log:
5 Fix dependencies.
6 (Portage version: 15153-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-python/beanstalkc/beanstalkc-0.2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild?r1=1.1&r2=1.2
14
15 Index: beanstalkc-0.2.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- beanstalkc-0.2.0.ebuild 28 Dec 2009 02:04:53 -0000 1.1
22 +++ beanstalkc-0.2.0.ebuild 28 Dec 2009 22:40:08 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild,v 1.1 2009/12/28 02:04:53 arfrever Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild,v 1.2 2009/12/28 22:40:08 arfrever Exp $
28
29 EAPI="2"
30 SUPPORT_PYTHON_ABIS="1"
31 @@ -16,8 +16,9 @@
32 KEYWORDS="~amd64 ~x86"
33 IUSE=""
34
35 -DEPEND="dev-python/setuptools"
36 -RDEPEND=""
37 +RDEPEND="dev-python/pyyaml"
38 +DEPEND="${RDEPEND}
39 + dev-python/setuptools"
40 RESTRICT_PYTHON_ABIS="3.*"
41
42 DOCS="README"