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:53:03
Message-Id: 1575208374.1f83e7d53ebc1f500ff1399ada088ca1ec1415bc.slyfox@gentoo
1 commit: 1f83e7d53ebc1f500ff1399ada088ca1ec1415bc
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 1 13:52:38 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 1 13:52:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f83e7d5
7
8 dev-python/beautifulsoup: keyworded 4.8.1 for ppc, bug #701290
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 RepoMan-Options: --include-arches="ppc"
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 dffe8cb1d11..29af418136d 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 ~sparc ~x86"
26 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86"
27
28 # html5lib is optional however hard coding since its use is actively discouraged in the devmanual
29 RDEPEND="