diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-11-27 16:05:04 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-11-27 16:05:04 +0300 |
commit | 93c382fe647aa3dc371666bf2377c35b2a347950 (patch) | |
tree | 1ab2dafd8e7514bee28b81bb60053e0f75ab891d /dev-python/beautifulsoup | |
parent | dev-python/soupsieve: Add ~arm keyword wrt bug #701290 (diff) | |
download | gentoo-93c382fe647aa3dc371666bf2377c35b2a347950.tar.gz gentoo-93c382fe647aa3dc371666bf2377c35b2a347950.tar.bz2 gentoo-93c382fe647aa3dc371666bf2377c35b2a347950.zip |
dev-python/beautifulsoup: Add ~arm keyword wrt bug #701290
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild index 5e044edabc62..7a2c142671b2 100644 --- a/dev-python/beautifulsoup/beautifulsoup-4.8.1.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-4.8.1.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 ~x86" +KEYWORDS="~amd64 ~arm ~x86" # html5lib is optional however hard coding since its use is actively discouraged in the devmanual RDEPEND=" |