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-recaptcha/
Date: Mon, 31 Jul 2017 10:30:32
Message-Id: 1501497018.5f987d2fcc4b9cf9bfc343781c7947ba3bc6a4eb.klausman@gentoo
1 commit: 5f987d2fcc4b9cf9bfc343781c7947ba3bc6a4eb
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 31 10:29:55 2017 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 31 10:30:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f987d2f
7
8 dev-python/django-recaptcha-1.0.5-r0: amd64 stable
9
10 Gentoo-Bug: 625000
11
12 dev-python/django-recaptcha/django-recaptcha-1.0.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/django-recaptcha/django-recaptcha-1.0.5.ebuild b/dev-python/django-recaptcha/django-recaptcha-1.0.5.ebuild
16 index a840a6d6d7e..3241414ab80 100644
17 --- a/dev-python/django-recaptcha/django-recaptcha-1.0.5.ebuild
18 +++ b/dev-python/django-recaptcha/django-recaptcha-1.0.5.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/praekelt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="amd64 ~x86"
25 IUSE="test"
26
27 RDEPEND="dev-python/django[${PYTHON_USEDEP}]"