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/kiwi/
Date: Sun, 29 Jan 2017 17:21:03
Message-Id: 1485710119.f98d7e89b1e80fc718e493adc4db4ce65184af33.grobian@gentoo
1 commit: f98d7e89b1e80fc718e493adc4db4ce65184af33
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 17:06:17 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 17:15:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98d7e89
7
8 dev-python/kiwi: dropped ~x86-interix
9
10 Package-Manager: portage-2.3.3
11
12 dev-python/kiwi/kiwi-1.9.39.2.ebuild | 4 ++--
13 dev-python/kiwi/kiwi-1.9.40.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-python/kiwi/kiwi-1.9.39.2.ebuild b/dev-python/kiwi/kiwi-1.9.39.2.ebuild
17 index b9e0451..6a0f341 100644
18 --- a/dev-python/kiwi/kiwi-1.9.39.2.ebuild
19 +++ b/dev-python/kiwi/kiwi-1.9.39.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
27
28 LICENSE="LGPL-2.1"
29 SLOT="0"
30 -KEYWORDS="amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux"
31 +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
32 IUSE="examples test"
33
34 RDEPEND=">=dev-python/setuptools-0.8[${PYTHON_USEDEP}]
35
36 diff --git a/dev-python/kiwi/kiwi-1.9.40.ebuild b/dev-python/kiwi/kiwi-1.9.40.ebuild
37 index 9ef51fa..030c68d 100644
38 --- a/dev-python/kiwi/kiwi-1.9.40.ebuild
39 +++ b/dev-python/kiwi/kiwi-1.9.40.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2014 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Id$
45
46 @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
47
48 LICENSE="LGPL-2.1"
49 SLOT="0"
50 -KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
51 +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
52 IUSE="examples test"
53
54 RDEPEND=">=dev-python/setuptools-0.8[${PYTHON_USEDEP}]