Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libsemanage: ChangeLog libsemanage-2.0.45.ebuild
Date: Thu, 30 Jun 2011 10:41:03
Message-Id: 20110630104052.51E6020054@flycatcher.gentoo.org
1 blueness 11/06/30 10:40:52
2
3 Modified: ChangeLog libsemanage-2.0.45.ebuild
4 Log:
5 Only build libsemanage for python-2, fixes bug #369089
6
7 (Portage version: 2.1.9.42/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.36 sys-libs/libsemanage/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/ChangeLog?rev=1.36&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/ChangeLog?rev=1.36&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/ChangeLog?r1=1.35&r2=1.36
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v
19 retrieving revision 1.35
20 retrieving revision 1.36
21 diff -u -r1.35 -r1.36
22 --- ChangeLog 28 May 2011 06:00:57 -0000 1.35
23 +++ ChangeLog 30 Jun 2011 10:40:52 -0000 1.36
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-libs/libsemanage
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v 1.35 2011/05/28 06:00:57 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v 1.36 2011/06/30 10:40:52 blueness Exp $
29 +
30 + 30 Jun 2011; Anthony G. Basile <blueness@g.o>
31 + libsemanage-2.0.45.ebuild:
32 + Only build libsemanage for python-2, fixes bug #369089
33
34 28 May 2011; Anthony G. Basile <blueness@g.o>
35 libsemanage-2.0.27.ebuild, libsemanage-2.0.33.ebuild:
36
37
38
39 1.7 sys-libs/libsemanage/libsemanage-2.0.45.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/libsemanage-2.0.45.ebuild?rev=1.7&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/libsemanage-2.0.45.ebuild?rev=1.7&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/libsemanage-2.0.45.ebuild?r1=1.6&r2=1.7
44
45 Index: libsemanage-2.0.45.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.0.45.ebuild,v
48 retrieving revision 1.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- libsemanage-2.0.45.ebuild 28 May 2011 05:28:35 -0000 1.6
52 +++ libsemanage-2.0.45.ebuild 30 Jun 2011 10:40:52 -0000 1.7
53 @@ -1,11 +1,11 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.0.45.ebuild,v 1.6 2011/05/28 05:28:35 blueness Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.0.45.ebuild,v 1.7 2011/06/30 10:40:52 blueness Exp $
58
59 EAPI="2"
60 -PYTHON_DEPEND="python? *"
61 +PYTHON_DEPEND="python? 2"
62 SUPPORT_PYTHON_ABIS="1"
63 -RESTRICT_PYTHON_ABIS="*-jython"
64 +RESTRICT_PYTHON_ABIS="3.* *-jython"
65
66 inherit multilib python toolchain-funcs