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: c119b587e2fcf6666f64db75a6d680d2fc204231.mgorny@gentoo
1 commit: c119b587e2fcf6666f64db75a6d680d2fc204231
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 2 17:41:22 2011 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 2 17:41:22 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=c119b587
7
8 Adjust PYTHON_DEPEND to 2.6+/3.2+.
9
10 ---
11 app-portage/diffmask/diffmask-9999.ebuild | 2 +-
12 .../eclean-kernel/eclean-kernel-9999.ebuild | 2 +-
13 app-portage/flaggie/flaggie-9999.ebuild | 2 +-
14 app-portage/gentoopm/gentoopm-0.1.9999.ebuild | 2 +-
15 app-portage/gentoopm/gentoopm-9999.ebuild | 2 +-
16 app-portage/install-mask/install-mask-9999.ebuild | 2 +-
17 .../smart-live-rebuild-9999.ebuild | 2 +-
18 7 files changed, 7 insertions(+), 7 deletions(-)
19
20 diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild
21 index 5d6d2ba..cb431bc 100644
22 --- a/app-portage/diffmask/diffmask-9999.ebuild
23 +++ b/app-portage/diffmask/diffmask-9999.ebuild
24 @@ -3,7 +3,7 @@
25 # $Header: $
26
27 EAPI=4
28 -PYTHON_DEPEND="*:2.6"
29 +PYTHON_DEPEND="2:2.6 3:3.2"
30 SUPPORT_PYTHON_ABIS=1
31 RESTRICT_PYTHON_ABIS="2.4 2.5 3.1"
32
33
34 diff --git a/app-portage/eclean-kernel/eclean-kernel-9999.ebuild b/app-portage/eclean-kernel/eclean-kernel-9999.ebuild
35 index 969cf99..c008d03 100644
36 --- a/app-portage/eclean-kernel/eclean-kernel-9999.ebuild
37 +++ b/app-portage/eclean-kernel/eclean-kernel-9999.ebuild
38 @@ -3,7 +3,7 @@
39 # $Header: $
40
41 EAPI=4
42 -PYTHON_DEPEND='*:2.6'
43 +PYTHON_DEPEND='2:2.6 3:3.2'
44 SUPPORT_PYTHON_ABIS=1
45 RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
46
47
48 diff --git a/app-portage/flaggie/flaggie-9999.ebuild b/app-portage/flaggie/flaggie-9999.ebuild
49 index dd77132..1080062 100644
50 --- a/app-portage/flaggie/flaggie-9999.ebuild
51 +++ b/app-portage/flaggie/flaggie-9999.ebuild
52 @@ -3,7 +3,7 @@
53 # $Header: $
54
55 EAPI=4
56 -PYTHON_DEPEND="*:2.6"
57 +PYTHON_DEPEND="2:2.6 3:3.2"
58 SUPPORT_PYTHON_ABIS=1
59 RESTRICT_PYTHON_ABIS="2.4 2.5 3.1"
60
61
62 diff --git a/app-portage/gentoopm/gentoopm-0.1.9999.ebuild b/app-portage/gentoopm/gentoopm-0.1.9999.ebuild
63 index 3a288dd..a054e91 100644
64 --- a/app-portage/gentoopm/gentoopm-0.1.9999.ebuild
65 +++ b/app-portage/gentoopm/gentoopm-0.1.9999.ebuild
66 @@ -4,7 +4,7 @@
67
68 EAPI=4
69
70 -PYTHON_DEPEND='*:2.6'
71 +PYTHON_DEPEND='2:2.6 3:3.2'
72 SUPPORT_PYTHON_ABIS=1
73 RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
74 DISTUTILS_SRC_TEST=setup.py
75
76 diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
77 index f3f424b..fbb5c8b 100644
78 --- a/app-portage/gentoopm/gentoopm-9999.ebuild
79 +++ b/app-portage/gentoopm/gentoopm-9999.ebuild
80 @@ -4,7 +4,7 @@
81
82 EAPI=4
83
84 -PYTHON_DEPEND='*:2.6'
85 +PYTHON_DEPEND='2:2.6 3:3.2'
86 SUPPORT_PYTHON_ABIS=1
87 RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
88 DISTUTILS_SRC_TEST=setup.py
89
90 diff --git a/app-portage/install-mask/install-mask-9999.ebuild b/app-portage/install-mask/install-mask-9999.ebuild
91 index 5e09fd8..6803835 100644
92 --- a/app-portage/install-mask/install-mask-9999.ebuild
93 +++ b/app-portage/install-mask/install-mask-9999.ebuild
94 @@ -3,7 +3,7 @@
95 # $Header: $
96
97 EAPI=4
98 -PYTHON_DEPEND='*:2.6'
99 +PYTHON_DEPEND='2:2.6 3:3.2'
100 SUPPORT_PYTHON_ABIS=1
101 RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
102
103
104 diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
105 index ada1e14..de3ad1e 100644
106 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
107 +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
108 @@ -4,7 +4,7 @@
109
110 EAPI=4
111
112 -PYTHON_DEPEND='*:2.6'
113 +PYTHON_DEPEND='2:2.6 3:3.2'
114 SUPPORT_PYTHON_ABIS=1
115 RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
116 DISTUTILS_SRC_TEST=setup.py