Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/beautifulsoup/
Date: Sun, 01 Dec 2019 13:59:28
Message-Id: 1575208702.b1da20a0383760cd654e7774b410e805a531501a.slyfox@gentoo
1 commit: b1da20a0383760cd654e7774b410e805a531501a
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 1 13:58:22 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 1 13:58:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1da20a0
7
8 dev-python/beautifulsoup: keyworded 4.8.1 for ppc64, bug #701290
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
18 index 29af418136d..bbebb979f4f 100644
19 --- a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
20 +++ b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild
21 @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
22
23 LICENSE="MIT"
24 SLOT="4"
25 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86"
26 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
27
28 # html5lib is optional however hard coding since its use is actively discouraged in the devmanual
29 RDEPEND="