diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-01-23 23:13:42 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-01-23 23:13:42 +0100 |
commit | 5d9de93dfbb525c9bec71ceeb55ff963523d7290 (patch) | |
tree | 67cac82990cb1e611af5a17d7bcb9e34be64f507 /dev-python/html5lib | |
parent | dev-perl/JSON-MaybeXS: add amd64-fbsd keyword. (diff) | |
download | gentoo-5d9de93dfbb525c9bec71ceeb55ff963523d7290.tar.gz gentoo-5d9de93dfbb525c9bec71ceeb55ff963523d7290.tar.bz2 gentoo-5d9de93dfbb525c9bec71ceeb55ff963523d7290.zip |
dev-python/html5lib: add amd64-fbsd keyword.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'dev-python/html5lib')
-rw-r--r-- | dev-python/html5lib/html5lib-0.999999999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/html5lib/html5lib-0.999999999.ebuild b/dev-python/html5lib/html5lib-0.999999999.ebuild index f53420c0ca0f..01deadfdd3d0 100644 --- a/dev-python/html5lib/html5lib-0.999999999.ebuild +++ b/dev-python/html5lib/html5lib-0.999999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="test" RDEPEND="dev-python/six[${PYTHON_USEDEP}] |