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/oslotest/
Date: Sat, 30 Dec 2017 17:38:16
Message-Id: 1514655472.002df2bf09a73d3c07d5feb0b4ef333119f22cff.prometheanfire@gentoo
1 commit: 002df2bf09a73d3c07d5feb0b4ef333119f22cff
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 30 17:26:41 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 30 17:37:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002df2bf
7
8 dev-python/oslotest: 2.17.1 stable amd64 and x86
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 dev-python/oslotest/oslotest-2.17.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/oslotest/oslotest-2.17.1.ebuild b/dev-python/oslotest/oslotest-2.17.1.ebuild
16 index c7784047641..ea3ef000dcb 100644
17 --- a/dev-python/oslotest/oslotest-2.17.1.ebuild
18 +++ b/dev-python/oslotest/oslotest-2.17.1.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
25 IUSE="doc test"
26
27 CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"