Gentoo Archives: gentoo-commits

From: Steve Arnold <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-distutils-extra/
Date: Sun, 17 Nov 2019 20:45:45
Message-Id: 1574023507.e4295c1a534c3d0a2a3d0f90e7cf20793ea22f4f.nerdboy@gentoo
1 commit: e4295c1a534c3d0a2a3d0f90e7cf20793ea22f4f
2 Author: Stephen Arnold <nerdboy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 20:45:07 2019 +0000
4 Commit: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 20:45:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4295c1a
7
8 dev-python/python-distutils-extra: keyword for arm/arm64
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.17
11 Signed-off-by: Steve Arnold <nerdboy <AT> gentoo.org>
12
13 dev-python/python-distutils-extra/python-distutils-extra-2.42.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/python-distutils-extra/python-distutils-extra-2.42.ebuild b/dev-python/python-distutils-extra/python-distutils-extra-2.42.ebuild
17 index 3b3e02753ac..f870cfc550a 100644
18 --- a/dev-python/python-distutils-extra/python-distutils-extra-2.42.ebuild
19 +++ b/dev-python/python-distutils-extra/python-distutils-extra-2.42.ebuild
20 @@ -13,7 +13,7 @@ SRC_URI="mirror://ubuntu/pool/universe/p/${PN}/${PN}_${PV}.tar.xz"
21
22 LICENSE="GPL-2+"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~ppc ~x86"
25 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
26 IUSE="test"
27
28 DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"