From 9caf9a427e29de032b3d27375cb2bb0bda846af0 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Mon, 25 Sep 2017 22:59:36 +1000 Subject: [PATCH] dev-python/pympler: stabilise 0.5 for arm/sparc using ALLARCHES Bug: https://bugs.gentoo.org/625048 Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- dev-python/pympler/pympler-0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pympler/pympler-0.5.ebuild b/dev-python/pympler/pympler-0.5.ebuild index 0fef4cec0a9f2..60c4548dd3097 100644 --- a/dev-python/pympler/pympler-0.5.ebuild +++ b/dev-python/pympler/pympler-0.5.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/pympler/pympler/archive/${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="Apache-2.0" -KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="doc test" RDEPEND="dev-python/bottle[${PYTHON_USEDEP}]"