diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-02-22 16:27:22 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-22 16:52:20 +0100 |
commit | 984a10075b98e7a070661800ba96ef8b12da15d6 (patch) | |
tree | b82f6b0b6c1b447100f5960c227df5e4fb65786a /dev-python/bleach | |
parent | dev-python/process-tests: Keyword ~amd64-fbsd (diff) | |
download | gentoo-984a10075b98e7a070661800ba96ef8b12da15d6.tar.gz gentoo-984a10075b98e7a070661800ba96ef8b12da15d6.tar.bz2 gentoo-984a10075b98e7a070661800ba96ef8b12da15d6.zip |
dev-python/bleach: Tested on ~amd64-fbsd
Diffstat (limited to 'dev-python/bleach')
-rw-r--r-- | dev-python/bleach/bleach-2.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/bleach/bleach-2.1.1.ebuild b/dev-python/bleach/bleach-2.1.1.ebuild index da895ec16c8a..7d6101cf43a6 100644 --- a/dev-python/bleach/bleach-2.1.1.ebuild +++ b/dev-python/bleach/bleach-2.1.1.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 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" 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=" |