Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-compressor/
Date: Mon, 31 Jul 2017 10:30:29
Message-Id: 1501497010.da62ece5bfcfe1bdb8a57ef74a13ee84fafa6c81.klausman@gentoo
1 commit: da62ece5bfcfe1bdb8a57ef74a13ee84fafa6c81
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 31 10:29:53 2017 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 31 10:30:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da62ece5
7
8 dev-python/django-compressor-1.5-r0: amd64 stable
9
10 Gentoo-Bug: 625000
11
12 dev-python/django-compressor/django-compressor-1.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/django-compressor/django-compressor-1.5.ebuild b/dev-python/django-compressor/django-compressor-1.5.ebuild
16 index 9b054db211e..c3040b1be85 100644
17 --- a/dev-python/django-compressor/django-compressor-1.5.ebuild
18 +++ b/dev-python/django-compressor/django-compressor-1.5.ebuild
19 @@ -12,7 +12,7 @@ MY_PN="${PN/-/_}"
20 DESCRIPTION="Compresses linked and inline javascript or CSS into a single cached file"
21 HOMEPAGE="https://github.com/django-compressor/django-compressor"
22 SRC_URI="https://github.com/jezdez/django_compressor/archive/${PV}.tar.gz -> ${P}.tar.gz"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="amd64 ~x86"
25 IUSE="doc test"
26
27 LICENSE="MIT"