Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/beautifulsoup/
Date: Sat, 30 Nov 2019 04:31:04
Message-Id: 1575088254.6bbffcdda3f602e475d3aeb5dffdd81250f78768.bman@gentoo
1 commit: 6bbffcdda3f602e475d3aeb5dffdd81250f78768
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 30 04:30:46 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 30 04:30:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bbffcdd
7
8 dev-python/beautifulsoup: arm64 keyworded (bug #701290)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.80, Repoman-2.3.19
12
13 dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
17 index 8da3c17fcf3..dffe8cb1d11 100644
18 --- a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
19 +++ b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
20 @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
21
22 LICENSE="MIT"
23 SLOT="4"
24 -KEYWORDS="~amd64 ~arm ~sparc ~x86"
25 +KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86"
26
27 # html5lib is optional however hard coding since its use is actively discouraged in the devmanual
28 RDEPEND="