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 app-text/silvercity: silvercity-0.9.7.ebuild
Date: Mon, 21 Feb 2011 13:22:05
Message-Id: 20110221132153.CBE0D20054@flycatcher.gentoo.org
1 arfrever 11/02/21 13:21:53
2
3 Modified: silvercity-0.9.7.ebuild
4 Log:
5 Fix dependencies.
6
7 (Portage version: 2.2.0_alpha24_p17/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 app-text/silvercity/silvercity-0.9.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/silvercity/silvercity-0.9.7.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/silvercity/silvercity-0.9.7.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/silvercity/silvercity-0.9.7.ebuild?r1=1.8&r2=1.9
15
16 Index: silvercity-0.9.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/silvercity/silvercity-0.9.7.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- silvercity-0.9.7.ebuild 3 Oct 2009 05:09:11 -0000 1.8
23 +++ silvercity-0.9.7.ebuild 21 Feb 2011 13:21:53 -0000 1.9
24 @@ -1,9 +1,11 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/silvercity/silvercity-0.9.7.ebuild,v 1.8 2009/10/03 05:09:11 arfrever Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/silvercity/silvercity-0.9.7.ebuild,v 1.9 2011/02/21 13:21:53 arfrever Exp $
30
31 -EAPI="2"
32 +EAPI="3"
33 +PYTHON_DEPEND="2"
34 SUPPORT_PYTHON_ABIS="1"
35 +RESTRICT_PYTHON_ABIS="3.*"
36
37 inherit distutils eutils python
38
39 @@ -21,7 +23,6 @@
40
41 DEPEND=""
42 RDEPEND=""
43 -RESTRICT_PYTHON_ABIS="3.*"
44
45 S="${WORKDIR}/${MY_P}"