Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/paramunittest/
Date: Wed, 02 Aug 2017 11:28:49
Message-Id: 1501673320.2b01e641193bb91e8191792ab170f0efaa4de7be.mgorny@gentoo
1 commit: 2b01e641193bb91e8191792ab170f0efaa4de7be
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 2 08:25:33 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 2 11:28:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b01e641
7
8 dev-python/paramunittest: Keyword ~x86, dep of dev-python/mando
9
10 dev-python/paramunittest/paramunittest-0.2.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/paramunittest/paramunittest-0.2.ebuild b/dev-python/paramunittest/paramunittest-0.2.ebuild
14 index 6162a6b0153..1c5693e93e6 100644
15 --- a/dev-python/paramunittest/paramunittest-0.2.ebuild
16 +++ b/dev-python/paramunittest/paramunittest-0.2.ebuild
17 @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
18
19 LICENSE="BSD"
20 SLOT="0"
21 -KEYWORDS="~amd64"
22 +KEYWORDS="~amd64 ~x86"
23 IUSE=""
24
25 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"