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/cmd2/
Date: Thu, 30 Aug 2018 17:50:32
Message-Id: 1535651407.0f691eaba9a22393d098127f589e97b64ddf189b.prometheanfire@gentoo
1 commit: 0f691eaba9a22393d098127f589e97b64ddf189b
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 30 17:33:50 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 30 17:50:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f691eab
7
8 dev-python/cmd2: 0.7.9 stable arm64
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 dev-python/cmd2/cmd2-0.7.9.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/cmd2/cmd2-0.7.9.ebuild b/dev-python/cmd2/cmd2-0.7.9.ebuild
16 index f5ae38965ce..1ea36c4bce3 100644
17 --- a/dev-python/cmd2/cmd2-0.7.9.ebuild
18 +++ b/dev-python/cmd2/cmd2-0.7.9.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="amd64 arm64 x86 ~amd64-linux ~x86-linux"
25 IUSE="test"
26
27 # restrict tests because pyperclip is fairly unstable...