diff options
author | 2020-03-02 23:21:47 -0800 | |
---|---|---|
committer | 2020-03-02 23:22:02 -0800 | |
commit | 4421c432d2508e6a777c9b47c47b56ef64412ea3 (patch) | |
tree | 490c6e4daa0743ca2a80a0a5f3f167fb0f6a3bfa /dev-python/beautifulsoup | |
parent | dev-python/beautifulsoup-4.8.1: add ~alpha, bug 701290 (diff) | |
download | gentoo-4421c432d2508e6a777c9b47c47b56ef64412ea3.tar.gz gentoo-4421c432d2508e6a777c9b47c47b56ef64412ea3.tar.bz2 gentoo-4421c432d2508e6a777c9b47c47b56ef64412ea3.zip |
dev-python/beautifulsoup-4.8.2: add ~alpha, bug 701290
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild index 712974a6956d..03506733f03a 100644 --- a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="4" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" # html5lib is optional however hard coding since its use is actively discouraged in the devmanual RDEPEND=" |