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/voluptuous/
Date: Tue, 11 Oct 2016 18:45:14
Message-Id: 1476211426.ce2a7f256a0554b9735d48ae3a4ca1dc0d7a2eaa.prometheanfire@gentoo
1 commit: ce2a7f256a0554b9735d48ae3a4ca1dc0d7a2eaa
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 11 18:43:46 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 11 18:43:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce2a7f25
7
8 dev-python/voluptuous: stable amd64 and x86
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/voluptuous/voluptuous-0.9.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/voluptuous/voluptuous-0.9.3.ebuild b/dev-python/voluptuous/voluptuous-0.9.3.ebuild
16 index 695565a..4419f0f 100644
17 --- a/dev-python/voluptuous/voluptuous-0.9.3.ebuild
18 +++ b/dev-python/voluptuous/voluptuous-0.9.3.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ~x86"
24 +KEYWORDS="amd64 ~arm64 x86"
25 IUSE=""
26
27 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"