Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/tinycss: tinycss-0.2.ebuild
Date: Thu, 07 Jun 2012 16:54:14
Message-Id: 20120607165404.536AF2004B@flycatcher.gentoo.org
1 ssuominen 12/06/07 16:54:04
2
3 Modified: tinycss-0.2.ebuild
4 Log:
5 Drop restrict for 3.0 since it's never been in tree.
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-python/tinycss/tinycss-0.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tinycss/tinycss-0.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tinycss/tinycss-0.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tinycss/tinycss-0.2.ebuild?r1=1.1&r2=1.2
15
16 Index: tinycss-0.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/tinycss/tinycss-0.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- tinycss-0.2.ebuild 7 Jun 2012 16:52:40 -0000 1.1
23 +++ tinycss-0.2.ebuild 7 Jun 2012 16:54:04 -0000 1.2
24 @@ -1,12 +1,12 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/tinycss/tinycss-0.2.ebuild,v 1.1 2012/06/07 16:52:40 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/tinycss/tinycss-0.2.ebuild,v 1.2 2012/06/07 16:54:04 ssuominen Exp $
29
30 EAPI=4
31
32 PYTHON_DEPEND="2:2.7 3:3.2"
33 SUPPORT_PYTHON_ABIS=1
34 -RESTRICT_PYTHON_ABIS="2.5 2.6 3.0 3.1"
35 +RESTRICT_PYTHON_ABIS="2.5 2.6 3.1"
36
37 inherit distutils