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/sphinxcontrib-httpdomain/
Date: Mon, 25 Mar 2019 22:01:55
Message-Id: 1553551301.d872f15a480e7072dbf2105bff3bdc4766b4a0c8.prometheanfire@gentoo
1 commit: d872f15a480e7072dbf2105bff3bdc4766b4a0c8
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 25 22:01:23 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 25 22:01:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d872f15a
7
8 dev-python/sphinxcontrib-httpdomain: add arm64 under allarches
9
10 for python-heatclient
11
12 Package-Manager: Portage-2.3.62, Repoman-2.3.12
13 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
14
15 .../sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild
19 index 632c15f40f8..ae5b16a6f80 100644
20 --- a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild
21 +++ b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
29
30 LICENSE="BSD-2"
31 SLOT="0"
32 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
33 +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
34
35 RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]
36 dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]