Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pudb/
Date: Sun, 29 Jan 2017 17:22:19
Message-Id: 1485710127.9f7920e84749fa438e54c14ab8c86d9fe8c41e8d.grobian@gentoo
1 commit: 9f7920e84749fa438e54c14ab8c86d9fe8c41e8d
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 17:12:21 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 17:15:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f7920e8
7
8 dev-python/pudb: dropped ~x86-interix
9
10 Package-Manager: portage-2.3.3
11
12 dev-python/pudb/pudb-2013.3.6.ebuild | 4 ++--
13 dev-python/pudb/pudb-2013.5.1.ebuild | 4 ++--
14 dev-python/pudb/pudb-2014.1.ebuild | 4 ++--
15 dev-python/pudb/pudb-2015.1.ebuild | 4 ++--
16 dev-python/pudb/pudb-2015.2.ebuild | 4 ++--
17 dev-python/pudb/pudb-2015.3.ebuild | 4 ++--
18 dev-python/pudb/pudb-2016.1.ebuild | 4 ++--
19 dev-python/pudb/pudb-2016.2.ebuild | 4 ++--
20 8 files changed, 16 insertions(+), 16 deletions(-)
21
22 diff --git a/dev-python/pudb/pudb-2013.3.6.ebuild b/dev-python/pudb/pudb-2013.3.6.ebuild
23 index a9106c3..86346c7 100644
24 --- a/dev-python/pudb/pudb-2013.3.6.ebuild
25 +++ b/dev-python/pudb/pudb-2013.3.6.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2015 Gentoo Foundation
28 +# Copyright 1999-2017 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 # $Id$
31
32 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33
34 LICENSE="MIT"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-interix ~x86-linux"
37 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
38
39 RDEPEND="dev-python/urwid[${PYTHON_USEDEP}]
40 dev-python/pygments[${PYTHON_USEDEP}]"
41
42 diff --git a/dev-python/pudb/pudb-2013.5.1.ebuild b/dev-python/pudb/pudb-2013.5.1.ebuild
43 index a9106c3..86346c7 100644
44 --- a/dev-python/pudb/pudb-2013.5.1.ebuild
45 +++ b/dev-python/pudb/pudb-2013.5.1.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2015 Gentoo Foundation
48 +# Copyright 1999-2017 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Id$
51
52 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
53
54 LICENSE="MIT"
55 SLOT="0"
56 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-interix ~x86-linux"
57 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
58
59 RDEPEND="dev-python/urwid[${PYTHON_USEDEP}]
60 dev-python/pygments[${PYTHON_USEDEP}]"
61
62 diff --git a/dev-python/pudb/pudb-2014.1.ebuild b/dev-python/pudb/pudb-2014.1.ebuild
63 index b9aedab..bf14727 100644
64 --- a/dev-python/pudb/pudb-2014.1.ebuild
65 +++ b/dev-python/pudb/pudb-2014.1.ebuild
66 @@ -1,4 +1,4 @@
67 -# Copyright 1999-2015 Gentoo Foundation
68 +# Copyright 1999-2017 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 # $Id$
71
72 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
73
74 LICENSE="MIT"
75 SLOT="0"
76 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-interix ~x86-linux"
77 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
78
79 RDEPEND="dev-python/urwid[${PYTHON_USEDEP}]
80 dev-python/pygments[${PYTHON_USEDEP}]"
81
82 diff --git a/dev-python/pudb/pudb-2015.1.ebuild b/dev-python/pudb/pudb-2015.1.ebuild
83 index b9aedab..bf14727 100644
84 --- a/dev-python/pudb/pudb-2015.1.ebuild
85 +++ b/dev-python/pudb/pudb-2015.1.ebuild
86 @@ -1,4 +1,4 @@
87 -# Copyright 1999-2015 Gentoo Foundation
88 +# Copyright 1999-2017 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 # $Id$
91
92 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
93
94 LICENSE="MIT"
95 SLOT="0"
96 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-interix ~x86-linux"
97 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
98
99 RDEPEND="dev-python/urwid[${PYTHON_USEDEP}]
100 dev-python/pygments[${PYTHON_USEDEP}]"
101
102 diff --git a/dev-python/pudb/pudb-2015.2.ebuild b/dev-python/pudb/pudb-2015.2.ebuild
103 index b9aedab..bf14727 100644
104 --- a/dev-python/pudb/pudb-2015.2.ebuild
105 +++ b/dev-python/pudb/pudb-2015.2.ebuild
106 @@ -1,4 +1,4 @@
107 -# Copyright 1999-2015 Gentoo Foundation
108 +# Copyright 1999-2017 Gentoo Foundation
109 # Distributed under the terms of the GNU General Public License v2
110 # $Id$
111
112 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
113
114 LICENSE="MIT"
115 SLOT="0"
116 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-interix ~x86-linux"
117 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
118
119 RDEPEND="dev-python/urwid[${PYTHON_USEDEP}]
120 dev-python/pygments[${PYTHON_USEDEP}]"
121
122 diff --git a/dev-python/pudb/pudb-2015.3.ebuild b/dev-python/pudb/pudb-2015.3.ebuild
123 index b9aedab..bf14727 100644
124 --- a/dev-python/pudb/pudb-2015.3.ebuild
125 +++ b/dev-python/pudb/pudb-2015.3.ebuild
126 @@ -1,4 +1,4 @@
127 -# Copyright 1999-2015 Gentoo Foundation
128 +# Copyright 1999-2017 Gentoo Foundation
129 # Distributed under the terms of the GNU General Public License v2
130 # $Id$
131
132 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
133
134 LICENSE="MIT"
135 SLOT="0"
136 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-interix ~x86-linux"
137 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
138
139 RDEPEND="dev-python/urwid[${PYTHON_USEDEP}]
140 dev-python/pygments[${PYTHON_USEDEP}]"
141
142 diff --git a/dev-python/pudb/pudb-2016.1.ebuild b/dev-python/pudb/pudb-2016.1.ebuild
143 index 25f1c94..0b524c2 100644
144 --- a/dev-python/pudb/pudb-2016.1.ebuild
145 +++ b/dev-python/pudb/pudb-2016.1.ebuild
146 @@ -1,4 +1,4 @@
147 -# Copyright 1999-2015 Gentoo Foundation
148 +# Copyright 1999-2017 Gentoo Foundation
149 # Distributed under the terms of the GNU General Public License v2
150 # $Id$
151
152 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
153
154 LICENSE="MIT"
155 SLOT="0"
156 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-interix ~x86-linux"
157 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
158
159 RDEPEND="dev-python/urwid[${PYTHON_USEDEP}]
160 dev-python/pygments[${PYTHON_USEDEP}]"
161
162 diff --git a/dev-python/pudb/pudb-2016.2.ebuild b/dev-python/pudb/pudb-2016.2.ebuild
163 index 31a6b25..ca35193 100644
164 --- a/dev-python/pudb/pudb-2016.2.ebuild
165 +++ b/dev-python/pudb/pudb-2016.2.ebuild
166 @@ -1,4 +1,4 @@
167 -# Copyright 1999-2016 Gentoo Foundation
168 +# Copyright 1999-2017 Gentoo Foundation
169 # Distributed under the terms of the GNU General Public License v2
170 # $Id$
171
172 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
173
174 LICENSE="MIT"
175 SLOT="0"
176 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-interix ~x86-linux"
177 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
178
179 RDEPEND="dev-python/urwid[${PYTHON_USEDEP}]
180 dev-python/pygments[${PYTHON_USEDEP}]"