Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/distro/
Date: Thu, 03 Oct 2019 23:19:32
Message-Id: 1570144755.9389b0fd93c1fe5117d64f6a0061784ad1dbac83.prometheanfire@gentoo
1 commit: 9389b0fd93c1fe5117d64f6a0061784ad1dbac83
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 3 23:16:42 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 3 23:19:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9389b0fd
7
8 dev-python/distro: stable amd64/x86 for certbot
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/distro/distro-1.0.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/distro/distro-1.0.4.ebuild b/dev-python/distro/distro-1.0.4.ebuild
17 index f4bb140dd68..7a03e0460e1 100644
18 --- a/dev-python/distro/distro-1.0.4.ebuild
19 +++ b/dev-python/distro/distro-1.0.4.ebuild
20 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
21
22 SLOT="0"
23 LICENSE="Apache-2.0"
24 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
25 +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
26 IUSE="test"
27
28 DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"