From 92e9ea869b4ad8cf7c073cbcca157f54e2b2945d Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Mon, 25 Sep 2017 23:29:25 +1000 Subject: [PATCH] dev-python/django-compressor: stabilise 1.5 for x86 Bug: https://bugs.gentoo.org/625000 Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- dev-python/django-compressor/django-compressor-1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/django-compressor/django-compressor-1.5.ebuild b/dev-python/django-compressor/django-compressor-1.5.ebuild index c3040b1be8515..2ddab7862b492 100644 --- a/dev-python/django-compressor/django-compressor-1.5.ebuild +++ b/dev-python/django-compressor/django-compressor-1.5.ebuild @@ -12,7 +12,7 @@ MY_PN="${PN/-/_}" DESCRIPTION="Compresses linked and inline javascript or CSS into a single cached file" HOMEPAGE="https://github.com/django-compressor/django-compressor" SRC_URI="https://github.com/jezdez/django_compressor/archive/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc test" LICENSE="MIT"