Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/prettytable/
Date: Thu, 30 Aug 2018 17:50:32
Message-Id: 1535651408.278b34685622006a62cf408d22ac0ae48eeda533.prometheanfire@gentoo
1 commit: 278b34685622006a62cf408d22ac0ae48eeda533
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 30 17:36:52 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 30 17:50:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=278b3468
7
8 dev-python/prettytable: 0.7.2 arm64 stable allarches for pbr
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 dev-python/prettytable/prettytable-0.7.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/prettytable/prettytable-0.7.2.ebuild b/dev-python/prettytable/prettytable-0.7.2.ebuild
16 index d80f4b999a5..90cc78fd8d1 100644
17 --- a/dev-python/prettytable/prettytable-0.7.2.ebuild
18 +++ b/dev-python/prettytable/prettytable-0.7.2.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 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/P/PrettyTable/${P}.tar.bz2"
26
27 LICENSE="BSD"
28 SLOT="0"
29 -KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux"
30 +KEYWORDS="amd64 arm64 ppc64 x86 ~amd64-linux ~x86-linux"
31 IUSE="test"
32
33 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"