Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mgorny:master commit in: app-portage/install-mask/, app-portage/eclean-kernel/, app-portage/gentoopm/, ...
Date: Wed, 02 Nov 2011 17:41:58
Message-Id: b489c32f4dc4b6f9af805dd280c32058ae7e9746.mgorny@gentoo
1 commit: b489c32f4dc4b6f9af805dd280c32058ae7e9746
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 26 17:41:31 2011 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 26 17:41:31 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=b489c32f
7
8 Globally restrict Python 3.1.
9
10 That version is no longer supported upstream, and the distutils fixes
11 won't hit it.
12
13 ---
14 app-portage/diffmask/diffmask-9999.ebuild | 2 +-
15 .../eclean-kernel/eclean-kernel-9999.ebuild | 2 +-
16 app-portage/flaggie/flaggie-9999.ebuild | 2 +-
17 app-portage/gentoopm/gentoopm-0.1.9999.ebuild | 2 +-
18 app-portage/gentoopm/gentoopm-9999.ebuild | 2 +-
19 app-portage/install-mask/install-mask-9999.ebuild | 2 +-
20 .../smart-live-rebuild-9999.ebuild | 2 +-
21 7 files changed, 7 insertions(+), 7 deletions(-)
22
23 diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild
24 index f33a0aa..5d6d2ba 100644
25 --- a/app-portage/diffmask/diffmask-9999.ebuild
26 +++ b/app-portage/diffmask/diffmask-9999.ebuild
27 @@ -5,7 +5,7 @@
28 EAPI=4
29 PYTHON_DEPEND="*:2.6"
30 SUPPORT_PYTHON_ABIS=1
31 -RESTRICT_PYTHON_ABIS="2.4 2.5"
32 +RESTRICT_PYTHON_ABIS="2.4 2.5 3.1"
33
34 inherit base distutils
35
36
37 diff --git a/app-portage/eclean-kernel/eclean-kernel-9999.ebuild b/app-portage/eclean-kernel/eclean-kernel-9999.ebuild
38 index df02841..969cf99 100644
39 --- a/app-portage/eclean-kernel/eclean-kernel-9999.ebuild
40 +++ b/app-portage/eclean-kernel/eclean-kernel-9999.ebuild
41 @@ -5,7 +5,7 @@
42 EAPI=4
43 PYTHON_DEPEND='*:2.6'
44 SUPPORT_PYTHON_ABIS=1
45 -RESTRICT_PYTHON_ABIS='2.4 2.5'
46 +RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
47
48 inherit base distutils
49
50
51 diff --git a/app-portage/flaggie/flaggie-9999.ebuild b/app-portage/flaggie/flaggie-9999.ebuild
52 index 9a47940..dd77132 100644
53 --- a/app-portage/flaggie/flaggie-9999.ebuild
54 +++ b/app-portage/flaggie/flaggie-9999.ebuild
55 @@ -5,7 +5,7 @@
56 EAPI=4
57 PYTHON_DEPEND="*:2.6"
58 SUPPORT_PYTHON_ABIS=1
59 -RESTRICT_PYTHON_ABIS="2.4 2.5"
60 +RESTRICT_PYTHON_ABIS="2.4 2.5 3.1"
61
62 inherit base bash-completion-r1 distutils
63
64
65 diff --git a/app-portage/gentoopm/gentoopm-0.1.9999.ebuild b/app-portage/gentoopm/gentoopm-0.1.9999.ebuild
66 index d04e7bf..3a288dd 100644
67 --- a/app-portage/gentoopm/gentoopm-0.1.9999.ebuild
68 +++ b/app-portage/gentoopm/gentoopm-0.1.9999.ebuild
69 @@ -6,7 +6,7 @@ EAPI=4
70
71 PYTHON_DEPEND='*:2.6'
72 SUPPORT_PYTHON_ABIS=1
73 -RESTRICT_PYTHON_ABIS='2.4 2.5'
74 +RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
75 DISTUTILS_SRC_TEST=setup.py
76
77 inherit base distutils
78
79 diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
80 index c1941bf..f3f424b 100644
81 --- a/app-portage/gentoopm/gentoopm-9999.ebuild
82 +++ b/app-portage/gentoopm/gentoopm-9999.ebuild
83 @@ -6,7 +6,7 @@ EAPI=4
84
85 PYTHON_DEPEND='*:2.6'
86 SUPPORT_PYTHON_ABIS=1
87 -RESTRICT_PYTHON_ABIS='2.4 2.5'
88 +RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
89 DISTUTILS_SRC_TEST=setup.py
90
91 inherit base distutils
92
93 diff --git a/app-portage/install-mask/install-mask-9999.ebuild b/app-portage/install-mask/install-mask-9999.ebuild
94 index 21288be..5e09fd8 100644
95 --- a/app-portage/install-mask/install-mask-9999.ebuild
96 +++ b/app-portage/install-mask/install-mask-9999.ebuild
97 @@ -5,7 +5,7 @@
98 EAPI=4
99 PYTHON_DEPEND='*:2.6'
100 SUPPORT_PYTHON_ABIS=1
101 -RESTRICT_PYTHON_ABIS='2.4 2.5'
102 +RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
103
104 inherit base distutils
105
106
107 diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
108 index 81900ce..ada1e14 100644
109 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
110 +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
111 @@ -6,7 +6,7 @@ EAPI=4
112
113 PYTHON_DEPEND='*:2.6'
114 SUPPORT_PYTHON_ABIS=1
115 -RESTRICT_PYTHON_ABIS='2.4 2.5'
116 +RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
117 DISTUTILS_SRC_TEST=setup.py
118
119 inherit base distutils