Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/beautifulsoup/
Date: Tue, 03 Mar 2020 07:22:19
Message-Id: 1583220122.4421c432d2508e6a777c9b47c47b56ef64412ea3.mattst88@gentoo
1 commit: 4421c432d2508e6a777c9b47c47b56ef64412ea3
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 3 07:21:47 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 3 07:22:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4421c432
7
8 dev-python/beautifulsoup-4.8.2: add ~alpha, bug 701290
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
16 index 712974a6956..03506733f03 100644
17 --- a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
18 +++ b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
19 @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="4"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
25
26 # html5lib is optional however hard coding since its use is actively discouraged in the devmanual
27 RDEPEND="