diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-09-25 23:29:25 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-09-25 23:44:14 +1000 |
commit | 92e9ea869b4ad8cf7c073cbcca157f54e2b2945d (patch) | |
tree | 504b496e31c771fcf89d144a4cad729c17e7cc1d /dev-python/django-compressor | |
parent | dev-python/django-appconf: stabilise 1.0.1 for x86 (diff) | |
download | gentoo-92e9ea869b4ad8cf7c073cbcca157f54e2b2945d.tar.gz gentoo-92e9ea869b4ad8cf7c073cbcca157f54e2b2945d.tar.bz2 gentoo-92e9ea869b4ad8cf7c073cbcca157f54e2b2945d.zip |
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
Diffstat (limited to 'dev-python/django-compressor')
-rw-r--r-- | dev-python/django-compressor/django-compressor-1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-compressor/django-compressor-1.5.ebuild b/dev-python/django-compressor/django-compressor-1.5.ebuild index c3040b1be851..2ddab7862b49 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" |