From da62ece5bfcfe1bdb8a57ef74a13ee84fafa6c81 Mon Sep 17 00:00:00 2001 From: Tobias Klausmann Date: Mon, 31 Jul 2017 12:29:53 +0200 Subject: [PATCH] dev-python/django-compressor-1.5-r0: amd64 stable Gentoo-Bug: 625000 --- 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 9b054db211e2e..c3040b1be8515 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"