Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cycler/
Date: Tue, 09 Jan 2018 01:45:12
Message-Id: 1515451750.97df28f2c3fabfc900fe0e5c735b850f6d7a18b4.whissi@gentoo
1 commit: 97df28f2c3fabfc900fe0e5c735b850f6d7a18b4
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 8 22:23:22 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 22:49:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97df28f2
7
8 dev-python/cycler: x86 stable (bug #636054)
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/cycler/cycler-0.10.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/cycler/cycler-0.10.0.ebuild b/dev-python/cycler/cycler-0.10.0.ebuild
16 index a172a5ff913..1763f32d190 100644
17 --- a/dev-python/cycler/cycler-0.10.0.ebuild
18 +++ b/dev-python/cycler/cycler-0.10.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"
26
27 SLOT="0"
28 LICENSE="BSD"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
30 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
31 IUSE="test"
32
33 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"