diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-01-17 21:56:28 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-01-17 21:56:28 +0200 |
commit | 88a9e06b2c3396ef8149cd1c7b995e5c5e13c19f (patch) | |
tree | 7c01cc0db434576739e17e278ca51e6a7fb30ed2 /dev-python | |
parent | net-libs/webkit-gtk: require GL (diff) | |
download | gentoo-88a9e06b2c3396ef8149cd1c7b995e5c5e13c19f.tar.gz gentoo-88a9e06b2c3396ef8149cd1c7b995e5c5e13c19f.tar.bz2 gentoo-88a9e06b2c3396ef8149cd1c7b995e5c5e13c19f.zip |
dev-python/bleach: arm64 stable (bug #675696)
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/bleach/bleach-3.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/bleach/bleach-3.0.2.ebuild b/dev-python/bleach/bleach-3.0.2.ebuild index 3ae4009d0bb5..e532663d836a 100644 --- a/dev-python/bleach/bleach-3.0.2.ebuild +++ b/dev-python/bleach/bleach-3.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~s390 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd" IUSE="test" RDEPEND=" |